Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Aug 9, 2021
1 parent 679121f commit 5e13e10
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 11 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Sygnal 0.10.0 (2021-08-09)
==========================

Database Removal
----------------

Sygnal is now stateless, and does not rely on a database of any kind.
You may remove your existing SQLite or PostgreSQL databases once you are satisfied that this release is working as intended.
Configuration changes are not necessary, as the `database` section will be ignored if present.

- Remove legacy database to ease horizontal scaling. Contributed by H. Shay. ([\#236](https://github.com/matrix-org/sygnal/issues/236))


Improved Documentation
----------------------

- Update CONTRIBUTING.md to recommend installing libq-dev. Contributed by Tawanda Moyo. ([\#196](https://github.com/matrix-org/sygnal/issues/196))


Internal Changes
----------------

- Improve static type checking. Contributed by Omar Mohamed. ([\#221](https://github.com/matrix-org/sygnal/issues/221), [\#223](https://github.com/matrix-org/sygnal/issues/223), [\#225](https://github.com/matrix-org/sygnal/issues/225), [\#227](https://github.com/matrix-org/sygnal/issues/227))
- Update towncrier CI check to run against the new default branch name. ([\#226](https://github.com/matrix-org/sygnal/issues/226))
- Update black to 21.6b0. ([\#228](https://github.com/matrix-org/sygnal/issues/228))
- Fix type hint errors from new upstream Twisted release. ([\#239](https://github.com/matrix-org/sygnal/issues/239))
- Fixup GitHub Actions pipeline to always run tests on PRs. ([\#240](https://github.com/matrix-org/sygnal/issues/240))
- Add CI testing for old dependencies. ([\#242](https://github.com/matrix-org/sygnal/issues/242))


Sygnal 0.9.3 (2021-04-22)
=========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/196.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/221.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/223.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/225.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/226.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/227.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/228.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/236.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/239.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/240.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/242.misc

This file was deleted.

0 comments on commit 5e13e10

Please sign in to comment.