Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Nov 15, 2021
1 parent 8ecea4d commit 0106e27
Show file tree
Hide file tree
Showing 23 changed files with 45 additions and 22 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
<!-- if you're not the release manager, do your edits to changelog under CHANGELOG.d/ -->

# [2021-11-15]

## Release notes

* In case you use a multi-datacentre cassandra setup (most likely you do not), be aware that now [LOCAL_QUORUM](https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/dml/dmlConfigConsistency.html) is in use as a default. (#1884)
* Deploy galley before brig. (#1857)
* Upgrade webapp version to 2021-11-01-production.0-v0.28.29-0-d919633 (#1856)

## API changes

* Remove locale from publicly facing user profiles (but not from the self profile) (#1888)

## Features

* End-points for configuring self-deleting messages. (#1857)

## Bug fixes and other updates

* Ensure that all endpoints have a correct handler in prometheus metrics (#1919)
* Push events when AppLock or SelfDeletingMessages config change. (#1901)

## Documentation

* Federation: Document how to deploy local builds (#1880)

## Internal changes

* Add a 'filterNodesByDatacentre' config option useful during cassandra DC migration (#1886)
* Add ormolu to the direnv, add a GH Action to ensure formatting (#1908)
* Turn placeholder access effects into actual Polysemy effects. (#1904)
* Fix a bug in the IdP.Mem interpreter, and added law tests for IdP (#1863)
* Introduce fine-grained error types and polysemy error effects in Galley. (#1907)
* Add polysemy store effects and split off Cassandra specific functionality from the Galley.Data module hierarchy (#1890, #1906). (#1890)
* Make golden-tests in wire-api package a separate test suite (for faster feedback loop during development). (#1926)
* Separate IdPRawMetadataStore effect from IdP effect (#1924)
* Test sending message to multiple remote domains (#1899)
* Use cabal to build wire-server (opt-in) (#1853)

## Federation changes

* Close GRPC client after making a request to a federator. (#1865)
* Do not fail user deletion when a remote notification fails (#1912)
* Add a one-to-one conversation test in getting conversations in the federation API (#1899)
* Notify remote participants when a user leaves a conversation because they were deleted (#1891)

# [2021-10-29]

## Release notes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/0-release-notes/cassandra-local-quorum

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/pr-1857

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/webapp-upgrade

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1-api-changes/remove-locale-in-user-profiles

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/metrics-handlers

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/pr-1901

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4-docs/doc-more-helm-deploy

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/cassandra-dc-aware-policy

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/ormolu-direnv

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/polysemy-access-effects

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/polysemy-check-spar

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/polysemy-errors

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/polysemy-store

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/separate-golden-testa

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/split-eff1

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/test-fed-message-multi-domain

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/use-cabal

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6-federation/close-grpc-client

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6-federation/extend-get-conversations-test

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6-federation/notify-remotes

This file was deleted.

0 comments on commit 0106e27

Please sign in to comment.