Skip to content

Releases: clay/amphora-search

v8.0.1

18 Aug 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

17 Mar 21:47
Compare
Choose a tag to compare

v7.4.1...v8.0.0

#83 - Upgrades amphora-fs to 2.0.0 and clayutils to 3.0.0.

This release is part of a broader set of releases across the Clay suite that reduce the number of places the handlebars version is managed.

⚠️

This release should be used with amphora@8+ and kiln@10+.

Dependency bump

13 Sep 15:32
Compare
Choose a tag to compare

Bump dependencies for security fix.

Feature: Subsite Support

19 Aug 18:52
Compare
Choose a tag to compare

Updated to support adding subsites to ES -> sites index.

Looks for new subsite media directory which is created for subsites in claycli v3.11.0

Feature: Support Redis Event Bus Redis

02 Oct 14:07
Compare
Choose a tag to compare

Support the redis-event-bus-redis module to allow scoping of events triggered on the bus

v7.0.0-1

11 Sep 16:41
Compare
Choose a tag to compare
v7.0.0-1 Pre-release
Pre-release

v7 Beta Release

Security Update

08 Aug 17:51
Compare
Choose a tag to compare

Updating compromised npm packages

page-creation

06 Jul 15:35
Compare
Choose a tag to compare
  • fixed syntax error on page creation when called from update

usable-users

22 Jun 14:01
Compare
Choose a tag to compare
  • update users index mappings for new elastic version (to match nymag-prod's hotfix) #79
  • add docs for sitemaps #78

Feature: Layouts Index

31 May 14:37
Compare
Choose a tag to compare
  • FEATURE: new layouts index, will be populated when saving components with _layout: true in their schemas
  • FEATURE: new /_layoutlist api endpoint, accepts similar stuff as the /_pagelist endpoint. Used by Kiln to update layouts. Will create the elastic doc if it doesn't exist
  • FEATURE: new publishLayout hook handler, will update elastic doc with publish status when called by amphora. Will also unschedule (if layout is currently scheduled). Will create the elastic doc if it doesn't exist
  • FEATURE: /_pagelist will create the elastic doc for a page if it doesn't exist