Skip to content

Releases: searchmysite/searchmysite.net

Release v1.3.1

09 Jul 18:00
Compare
Choose a tag to compare

Release notes:

  • Minor fixes (preventing simultaneous indexing jobs for certain sites, correcting already indexed links list, and fixing a KeyError).

Release v1.3.0

08 Jul 15:11
Compare
Choose a tag to compare

Release notes:

  • Implemented #94: Detect if page content has changed
  • Implemented #98: Upgrade from Solr 9.1.1 to 9.2.1
  • Implemented #104: Upgrade from Scrapy 2.7.1 to 2.9.0
  • Fixed #97: Resubmitting a full or free trial listing as a basic listing generates a 500 Internal Server error
  • Fixed #103: Some sites are being indexed despite indexing being disabled
  • Partially fixed #102: Some sites are not having a home page set
  • Partially implemented #99: Implement vector search (embeddings are now created and indexed)

Release v1.2.3

28 Jan 12:35
Compare
Choose a tag to compare

Release notes:

  • Implemented #85: Upgrade from Solr 8.11.1 to 9.1.1.

Release v1.2.2

21 Jan 15:48
Compare
Choose a tag to compare

Release notes:

  • Changed indexing from LIFO to FIFO so important links found early (e.g. web feeds as per #54, and newest blog posts) are indexed before the indexing page limit is reached. (This is a small change which may have a big impact.)
  • Fixed #89: Sites which are rejected after annual review aren't removed from the search index.
  • Fixed #88: A search query with a tilde (~) returns an Internal Server Error.

Release v1.2.1

28 Dec 15:07
Compare
Choose a tag to compare

Release notes:

  • Implemented #83: Upgrade from Scrapy 2.6.3 to 2.7.1
  • Fixed #82: Multiple subresults are not shown correctly
  • Fixed #81: Upgrading from free trial (tier 2) to full listing (tier 3) should (i) update indexing_page_limit etc. and (ii) trigger a reindex

Release v1.2.0

29 Oct 11:56
Compare
Choose a tag to compare

Release notes:

  • Implemented #26: Provide OpenSearch Atom responses for standards-based federation
  • Implemented #4: Language selector for search results
  • Implemented #79: Upgrade bootstrap from 5.1.3 to 5.2.2

Release v1.1.9

15 Oct 17:50
Compare
Choose a tag to compare

Release notes:

  • Fixed #78 500 Response from API

Release v1.1.8

15 Oct 10:13
Compare
Choose a tag to compare

Release notes:

  • Implemented #77: Improve heuristics for guessing the primary web feed
  • Implemented #75: Get the API working with latest versions of werkzeug and MarkupSafe
  • Implemented #76: Add test script for the API

Release v1.1.7

09 Oct 09:42
Compare
Choose a tag to compare

Release notes:

  • Temporary workaround to fix the API, as per #75

Release v1.1.6

08 Oct 11:47
Compare
Choose a tag to compare

Release notes:

  • Completed implementation of #34: Add an incremental reindex
  • Improved detection of RSS/Atom feeds for #54