Skip to content

Releases: clay/amphora-search

deprecated-minor

08 Feb 16:51
Compare
Choose a tag to compare

DEPRECATED VERSION, please use 4.6.0

page-history-errors

06 Feb 21:11
Compare
Choose a tag to compare

pass back errors (using 400 status for mapping issues) when sending data to _pagelist

page-history

06 Feb 21:11
Compare
Choose a tag to compare

Use new createPage, publishPage, schedulePage, etc plugin hooks for page history

Bug Fix: Error Logging

29 Jan 16:10
Compare
Choose a tag to compare
  • Prevents an error in marking a page as published from bubbling to main process. Instead logs using the logging service (#56)

Bugfix: Validate Page Status Before Indexing

17 Jan 19:27
Compare
Choose a tag to compare
  • fixes bug that would cause an issue indexing pages in the page index when importing an already existing page (#53) (Thanks @reubenson!)

Bugfix: Log removal

11 Jan 20:04
Compare
Choose a tag to compare
  • Removes sneaky console.log

Internal Streams

11 Jan 19:46
Compare
Choose a tag to compare

#52

  • Converts initial internal processes to be stream based
  • Small handler stream bug fix

Handler Stream Support

08 Jan 16:15
Compare
Choose a tag to compare

PR: #47

  • Adds support for streaming publish and save events by way of the subscribe function, which returns a Highland Stream of Redis Ops
// Subscribe to the publish stream
var PUBLISH_STREAM = subscribe('publish');

PUBLISH_STREAM.each(console.log);

Bug Fix: Remove Lingering General

11 Dec 19:51
Compare
Choose a tag to compare

There was a lingering type argument in the page list logic. Removed in #45

Feature: Archived

08 Dec 18:13
Compare
Choose a tag to compare

Adds an archived Boolean property to pages. Allows for pages to be archived via Kiln. (#43)

There are no supported hooks for archiving a page outside of Kiln or a POST to the /_pagelist endpoint with the proper payload.