Releases: clay/amphora-search
Releases · clay/amphora-search
v8.0.1
What's Changed
- fix: don't call bluebird.defer by @james-owen in #116
Full Changelog: v8.0.0...v8.0.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
Bump dependencies for security fix.
Feature: Subsite Support
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
Support the redis-event-bus-redis
module to allow scoping of events triggered on the bus
v7.0.0-1
Security Update
Updating compromised npm packages
page-creation
- fixed syntax error on page creation when called from
update
usable-users
Feature: Layouts Index
- 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