Skip to content

Releases: observerly/perseus

0.17.0

24 May 15:16
ee2b5b6
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Upgraded to hypercorn ASGI server for HTTP/3 support. by @michealroberts in #107
  • feat: Added add_helmet_headers(request: Request, call_next) @app.middleware. by @michealroberts in #108
  • feat: Added { latitude } filtering to CRUDBody for self.model.dec. by @michealroberts in #109

Chores

Full Changelog: 0.16.0...0.17.0

0.16.0

14 Feb 09:04
b6564eb
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added pymysql.connections.Connection to engine creation if settings.USE_CLOUD_SQL. by @michealroberts in #99
  • feat: Updated ALLOWED_HOSTS to wildcard * by @michealroberts in #100
  • feat: Amended aioredis @app.on_event("startup") to only initialise FastAPICache if specified. by @michealroberts in #101

Full Changelog: 0.15.0...0.16.0

0.15.0

13 Feb 11:33
7e41856
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Amended aioredis @app.on_event("startup") to fail quietly if FastAPICache cannot initialise. by @michealroberts in #94
  • feat: Added { CLOUDRUN_SERVICE_URL } env config to TrustedHostMiddlew… by @michealroberts in #97
  • feat: Added cloud-sql-python-connector => v1.1.0 dependency to pyproject.toml by @michealroberts in #98

Refactors

Chore

Full Changelog: 0.14.0...0.15.0

0.14.0

09 Feb 16:56
64824ab
Compare
Choose a tag to compare

What's Changed

Features

Refactors

  • refactor: Amended CRUDBody.get_or_create() base method in crud_body. by @michealroberts in #91

Chores

Full Changelog: 0.13.0...0.14.0

0.13.0

05 Feb 16:17
11bcdc9
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 0.12.0...0.13.0

0.12.0

29 Jan 12:48
3d0d184
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added ability to query { type } column of Body with a sub-string. by @michealroberts in #75

Fixes

  • fix: Amended typo in Messier 94 entry to "Cat's Eye Galaxy" in messie… by @michealroberts in #76

Full Changelog: 0.11.0...0.12.0

0.11.0

28 Jan 15:24
0ff667c
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added ability to query { messier, ngc, ic } column of Body with a sub-string matching to the catalogue. by @michealroberts in #73
  • feat: Added ability to query { messier, ... } column of Body with a sub-string matching to the name of the catalogue object. by @michealroberts in #74

Full Changelog: 0.10.0...0.11.0

0.10.0

24 Jan 10:42
2860f15
Compare
Choose a tag to compare

What's Changed

Features

Refactors

  • refactor: Amended to accept db Session type in seed functions. by @michealroberts in #67

Tests

  • test(bodies): Added constellation visibility tests for the Orion Constellation. by @michealroberts in #66

Full Changelog: 0.9.0...0.10.0

0.9.0

30 Nov 13:30
451dce9
Compare
Choose a tag to compare

What's Changed

Refactors

Full Changelog: 0.8.0...0.9.0

0.8.0

17 Nov 10:43
6158521
Compare
Choose a tag to compare

What's Changed

Features

CI/CD

Chores

Full Changelog: 0.7.0...0.8.0