Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Releases: eregs/regulations-core

4.2.0

21 Aug 19:52
Compare
Choose a tag to compare

New features

  • #85 Ability to configure the search result match threshold in pgsql

4.1.0

17 Aug 22:02
Compare
Choose a tag to compare

New Features

  • #84 Include additional text when searching sections using pgsql. Also, add more title fields to give additional context to search results.

4.0.0

10 Aug 14:47
Compare
Choose a tag to compare

Breaking Changes

  • #79 "django.contrib.contenttypes" is now included in library's base
    settings. If copying these over, you'll need to deduplicate.

New Features

  • #79 Allow search handler to be defined via SEARCH_HANDLER setting
  • #83 Allow search results page size to be requested
  • #82 Add Postgres backend for search. See README for details.

Misc

  • #77 Allow ALLOWED_HOSTS to be set via env vars
  • #78 Use webargs library for checking search input
  • #80 Test different backends in different tox envs
  • #81 Remove QuantifiedCode badge

3.1.0

12 Jul 18:44
Compare
Choose a tag to compare

New features

  • Django 1.10 and 1.11 support

Misc

  • Switch to tox for testing across multiple Django versions
  • Drop requirements files to discourage running as an app

3.0.0

09 Feb 17:55
Compare
Choose a tag to compare

Backward incompatible changes

  • #66 Rewrite/rename import_reg management command: Command has been renamed import_docs and has slightly different flags now. See README for updated call args.

Bugfixes/Refactors

  • #64 Swap nose for pytest: update our test runner
  • #70 Install several pylint plugins; adjust code: code linting
  • #72 Include search templates in package: now we can install without the "editable" flag

2.0.1

31 Dec 16:46
Compare
Choose a tag to compare

This quarterly release includes a documentation update #62

2.0.0

26 Aug 19:42
Compare
Choose a tag to compare

In the 2+ years since the last release, we've

  • Created a generic "Document" model
  • Added an endpoint for storing preamble data (from proposed and final rules)
  • Reworked (in a backwards compatible way) how layers can be addressed: they now include their document type
  • Switched to a nested set model for document storage
  • Added a lft index for documents to consistently order their results