Skip to content

Releases: allisson/fastpubsub

v0.8.0

03 Jan 14:47
c36c691

Choose a tag to compare

What's Changed

  • docs: add Development Setup section to README by @Copilot in #26
  • docs: Add comprehensive Python docstrings throughout codebase by @allisson in #27
  • docs: clarify project scope and enhance README documentation by @Copilot in #28
  • feat: improve the logs by @allisson in #29

Full Changelog: v0.7.0...v0.8.0

v0.7.0

02 Jan 15:08
26ed2c3

Choose a tag to compare

What's Changed

  • feat: add authentication support by @allisson in #24
  • Document authentication system added in PR #24 by @Copilot in #25

Full Changelog: v0.6.1...v0.7.0

v0.6.1

31 Dec 16:18
e4ee9ef

Choose a tag to compare

What's Changed

  • refactor: refactor monolithic api.py and services.py into modular structure by @Copilot in #22
  • fix: fix the SubscriptionMessage.id field by @allisson in #23

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Dec 15:07
ec0f2fe

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Dec 21:27
968393e

Choose a tag to compare

What's Changed

  • feat: add input sanitization to subscription JSONB filters by @Copilot in #20

Full Changelog: v0.4.1...v0.5.0

v0.4.1

30 Dec 19:12
70315d4

Choose a tag to compare

What's Changed

  • fix: add missing validation to the api endpoints by @allisson in #19

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Dec 14:20
9a4c046

Choose a tag to compare

What's Changed

  • Migrate codebase to asyncio with SQLAlchemy async and psycopg native async support by @Copilot in #17
  • docs: update README for asyncio migration from PR #17 by @Copilot in #18

Full Changelog: v0.3.0...v0.4.0

v0.3.0

29 Dec 22:57
55f4284

Choose a tag to compare

What's Changed

  • Refactor duplicated code patterns across services, API, and CLI layers by @Copilot in #13
  • feat: add prometheus metrics by @allisson in #14
  • docs: add Prometheus metrics documentation by @Copilot in #15

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Dec 18:36
a6649af

Choose a tag to compare

What's Changed

  • feat: add the liveness and readiness endpoints by @allisson in #11
  • docs: Add health check endpoints from PR #11 to README by @Copilot in #12

Full Changelog: v0.1.0...v0.2.0

v0.1.0

29 Dec 16:42
625dbc2

Choose a tag to compare

What's Changed

  • feat: initial bootstrap by @allisson in #1
  • feat: add the topics api by @allisson in #2
  • feat: add the subscriptions api by @allisson in #3
  • feat: add the publish api by @allisson in #4
  • ci: add docker push workflow by @allisson in #6
  • Add comprehensive Docker-based documentation by @Copilot in #10

New Contributors

  • @allisson made their first contribution in #1
  • @Copilot made their first contribution in #10

Full Changelog: https://github.com/allisson/fastpubsub/commits/v0.1.0