Skip to content

Commit

Permalink
PubNub SDK v4.3.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Mar 28, 2024
1 parent 690b280 commit f2bef4d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
changelog:
- date: 2024-03-28
version: v4.3.3
changes:
- type: feature
text: "Added support for pagination params for listChannels api of push notification devices."
- date: 2024-01-22
version: v4.3.2
changes:
Expand Down Expand Up @@ -442,7 +447,7 @@ supported-platforms:
platforms:
- "Dart SDK >=2.6.0 <3.0.0"
version: "PubNub Dart SDK"
version: "4.3.2"
version: "4.3.3"
sdks:
-
full-name: PubNub Dart SDK
Expand Down
6 changes: 6 additions & 0 deletions pubnub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.3.3
March 28 2024

#### Added
- Added support for pagination params for listChannels api of push notification devices.

## v4.3.2
January 22 2024

Expand Down
2 changes: 1 addition & 1 deletion pubnub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To add the package to your Dart or Flutter project, add `pubnub` as a dependency

```yaml
dependencies:
pubnub: ^4.3.2
pubnub: ^4.3.3
```
After adding the dependency to `pubspec.yaml`, run the `dart pub get` command in the root directory of your project (the same that the `pubspec.yaml` is in).
Expand Down
2 changes: 1 addition & 1 deletion pubnub/lib/src/core/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Core {
/// Internal module responsible for supervising.
SupervisorModule supervisor = SupervisorModule();

static String version = '4.3.2';
static String version = '4.3.3';

Core(
{Keyset? defaultKeyset,
Expand Down
2 changes: 1 addition & 1 deletion pubnub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pubnub
description: PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications
version: 4.3.2
version: 4.3.3
homepage: https://www.pubnub.com/docs/sdks/dart

environment:
Expand Down

0 comments on commit f2bef4d

Please sign in to comment.