Skip to content

Releases: clay/amphora

v7.9.1

24 Feb 20:27
15087c9
Compare
Choose a tag to compare

v7.9.0...v7.9.1

#694 - Modifies response logging levels.

  • All 4xx responses will be logged at the warn level.
  • All 5xx responses will be logged at the error level.
  • Errors that are explicitly thrown with a .status will now log in responses.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

23 Feb 21:50
Compare
Choose a tag to compare

v7.8.1...v7.9.0

#691 - Adds PATCH method for /_lists/:name

v7.8.1

18 Sep 14:44
acbf091
Compare
Choose a tag to compare

2020-09-18
v7.8.0...v7.8.1

#687 - feature: adds url to error log context when available

v7.8.0

18 Sep 13:44
Compare
Choose a tag to compare

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

18 Sep 13:38
Compare
Choose a tag to compare

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

18 Sep 13:35
Compare
Choose a tag to compare

2019-12-09

v7.6.2...v7.7.0

#681 - Restores legacyController API for backwards compatibility.

v7.6.2

17 Oct 17:52
Compare
Choose a tag to compare

v7.6.1...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

20 Sep 18:15
08ea51f
Compare
Choose a tag to compare

v7.6.0...v7.6.1

#677 - changes log level for 404s from ERROR to INFO

v7.6.0

20 Sep 18:21
Compare
Choose a tag to compare

v7.5.2...v7.6.0

#674 - introduces "subsite" support
#675 - sets minimum agora-auth version to 1.2.0 for subsite support

Feature:

  • Adds support for "subsites"
sites
└── site-name
    ├── bootstrap.yaml
    ├── config.yaml
    ├── index.js
    └── subsites
        └── susbsite-name
            ├── bootstrap.yaml
            ├── config.yaml
            ├── index.js
            └── media

Bugfix: Adds archive event to metadata history

21 May 18:08
Compare
Choose a tag to compare

Bugfixes:

  • Modifies the /meta endpoint to handle the archive/unarchive events.
  • Adds archive/unarchive events to the metadata history.