Releases: clay/amphora
Releases · clay/amphora
v7.9.1
#694 - Modifies response logging levels.
- All
4xx
responses will be logged at thewarn
level. - All
5xx
responses will be logged at theerror
level. - Errors that are explicitly thrown with a
.status
will now log inresponses.js
rather than in the composer. - Responses generated from the primary error handler will contain a
code
attribute representing the status code returned to the client.
v7.9.0
#691 - Adds PATCH method for /_lists/:name
v7.8.1
2020-09-18
v7.8.0...v7.8.1
#687 - feature: adds url
to error log context when available
v7.8.0
2020-09-14
v7.7.1...v7.8.0
#685 - feature: Adds a new type of route fallback that allows explicitly created pages to override dynamic pages.
v.7.7.1
2019-12-11
v7.7.0...v7.7.1
#682 - bugfix: fixes bug where .
in a yaml file's name (eg. first.last.yml
) broke extension detection.
v7.7.0
v7.6.2
#679 - Fixes a bug where if a subsite didn't have an index.js, its routes were not being registered.
v7.6.1
#677 - changes log level for 404s from ERROR to INFO
v7.6.0
Bugfix: Adds archive event to metadata history
Bugfixes:
- Modifies the
/meta
endpoint to handle the archive/unarchive events. - Adds archive/unarchive events to the metadata history.