File: CHANGELOG.md

package info (click to toggle)
rust-ruma-push-gateway-api 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (44 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# [unreleased]

# 0.6.0

Breaking changes:

* Remove `PartialEq` implementation for `NotificationCounts`

# 0.5.0

Breaking changes:

* Upgrade dependencies

# 0.4.0

Breaking changes:

* Upgrade dependencies

# 0.3.0

Breaking changes:

* Upgrade dependencies

# 0.2.0

Breaking changes:

* Upgrade ruma-events to 0.23.0

# 0.1.0

Breaking changes:

* Remove `Copy` implementation for `NotificationCounts` to avoid simple changes
  being breaking
* Change `Box<RawJsonValue>` to `&RawJsonValue` in request types
* Upgrade public dependencies

# 0.0.1

* Add endpoint `send_event_notification::v1`