Skip to content

Releases: clay/amphora-search

Bugfix: sort sitemaps

30 May 18:17
Compare
Choose a tag to compare
  • sort sitemaps by publish date rather than last modified #73

Feature: Simplified Sitemaps

30 May 18:17
Compare
Choose a tag to compare
  • simpler sitemaps implementation #72

Bugfix: Use older elasticsearch client

30 May 18:16
Compare
Choose a tag to compare
  • Use es 13.0.1 client
  • Only include the latest two days of documents in sitemaps #71

Major Version: 6.0.0

08 Mar 17:00
Compare
Choose a tag to compare

Elasticsearch 6.2 Changes

  • Uses Elasticsearch 6.2. For more information about Elasticsearch changes, see:
  • Rewrites built-in mappings to use the new text and keyword field types, which have replaced string.
  • Replaces the built-in Elasticsearch document type general with _doc, reflecting Elasticsearch documentation and preparing for future versions of Elasticsearch. See Removal of Mapping Types.
  • Requests to the /_search endpoint no longer require type to be set; type will default to _doc. This allows dependents to decouple from type altogether in anticipation of Elasticsearch 8, when document types will be dropped.

Clay devs will likely need to:

  • Rewrite their mappings to reflect Elasticsearch 6
  • Rewrite query-building logic to reflect the Elasticsearch 6 Query DSL and the new built-in document type _doc
  • Migrate existing Elastic docs to a new 6.2 host. For this, we recommend elasticsearch-streamer.

Miscellaneous changes

  • Drops support for non-underscored page URIs.

test-fix

22 Feb 17:44
Compare
Choose a tag to compare
  • fixed issue with a test
  • fixed some badly-linted old code
  • no functionality changes otherwise

site protocols

21 Feb 21:15
Compare
Choose a tag to compare
  • added protocol to sites!

Bug Fix: Add Settings At Index Instantiation

19 Feb 15:30
Compare
Choose a tag to compare

Adds index setting at creation time rather than calling index.close(), which isn't supported by hosting services like AWS (#65).

Major Version: 5.0.0

15 Feb 15:23
Compare
Choose a tag to compare

Support the underscored routes of Amphora v5

v4.6.1

15 Feb 15:41
Compare
Choose a tag to compare
  • Fixes a sitemaps bug in which the year query param was not being parsed as a number

sitemaps

08 Feb 16:51
Compare
Choose a tag to compare
  • Feature: sitemaps
  • Fixed bug with creating pages on sites with emptystring paths