Skip to content

Commit 34a452e

Browse files
authored
v2.0.1
2 parents ce7a7c9 + 170ee5f commit 34a452e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/fast-horses-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [PUB-72](https://honesttech.atlassian.net/browse/PUB-72) - Divide subscriptions among multiple clients ([#86](https://github.com/deliveryhero/hfc-pubsub/pull/86) by [@rohit-gohri](https://github.com/rohit-gohri))
8+
39
## 2.0.0
410

511
[Migration Guide](https://deliveryhero.github.io/hfc-pubsub/guides/migrating-to-v2)
@@ -13,17 +19,19 @@
1319
- [PUB-48](https://honesttech.atlassian.net/browse/PUB-48) - Topic class now uses static properties and generics ([#81](https://github.com/deliveryhero/hfc-pubsub/pull/81) by [@rohit-gohri](https://github.com/rohit-gohri))
1420

1521
- [PUB-77](https://honesttech.atlassian.net/browse/PUB-77) - Misc Changes ([#84](https://github.com/deliveryhero/hfc-pubsub/pull/84) by [@rohit-gohri](https://github.com/rohit-gohri))
22+
1623
- Change project-id env var to `GOOGLE_CLOUD_PROJECT`
1724
- Removed export of private methods
1825
- Refactor internals
1926
- Change `ackDeadlineSeconds` to `ackDeadline`
20-
- Add `metadata` to default error handler
27+
- Add `metadata` to default error handler
2128

2229
- [PUB-65](https://honesttech.atlassian.net/browse/PUB-65) - Remove deprecated code ([#66](https://github.com/deliveryhero/hfc-pubsub/pull/66) by [@rohit-gohri](https://github.com/rohit-gohri))
2330

2431
### Minor Changes
2532

2633
- [PUB-73](https://honesttech.atlassian.net/browse/PUB-73) - Add/improve helpers and TS usage([#79](https://github.com/deliveryhero/hfc-pubsub/pull/79) by [@ishan123456789](https://github.com/ishan123456789))
34+
2735
1. Allows to make `_timestamp` optional
2836
2. Removes double validation of topic names.
2937
3. Use `publishJSON` instead of buffering the payload.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honestfoodcompany/pubsub",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "pubsub framework for managing topics and subscriptions",
55
"main": "dist/index.js",
66
"homepage": "https://deliveryhero.github.io/hfc-pubsub/",

0 commit comments

Comments
 (0)