-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: darryn02/ruby
base: master
head repository: pubnub/ruby
compare: master
- 20 commits
- 677 files changed
- 6 contributors
Commits on Feb 6, 2023
-
Remove stray space in string interpolation (pubnub#147)
The example had a space between the hash and opening brace characters, rendering the attempted output ineffective. This is also present in the [ruby SDK documentation](https://www.pubnub.com/docs/sdks/ruby), which should be updated as well. Co-authored-by: Darryn <darryn02@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e34a153 - Browse repository at this point
Copy the full SHA e34a153View commit details
Commits on Mar 14, 2023
-
Fix exception with secret key (pubnub#148)
fix(message-actions): fix exception with secret key Fix issue which raised an exception when PubNub client has been configured with secret key.
Configuration menu - View commit details
-
Copy full SHA for d1223fe - Browse repository at this point
Copy the full SHA d1223feView commit details
Commits on Oct 3, 2023
-
chore: update codeowners list (pubnub#152)
chore: update codeowners list
Configuration menu - View commit details
-
Copy full SHA for c6166a5 - Browse repository at this point
Copy the full SHA c6166a5View commit details
Commits on Oct 16, 2023
-
Add crypto module (pubnub#151)
feat(crypto): add crypto module Add crypto module that allows to configure SDK to encrypt and decrypt messages. fix(crypto): fix legacy cryptor Improved security of crypto implementation by adding enhanced AES-CBC cryptor. --------- Co-authored-by: Michał Dobrzański <michal.dobrzanski@pubnub.com>
Configuration menu - View commit details
-
Copy full SHA for 312e266 - Browse repository at this point
Copy the full SHA 312e266View commit details
Commits on Oct 26, 2023
-
Chore - Codeowners Updated (pubnub#153)
Sebastian Molenda authoredOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for d0c672f - Browse repository at this point
Copy the full SHA d0c672fView commit details
Commits on Nov 3, 2023
-
Update license information (pubnub#154)
chore(license): update license information
Configuration menu - View commit details
-
Copy full SHA for 7f9a319 - Browse repository at this point
Copy the full SHA 7f9a319View commit details
Commits on Nov 21, 2023
-
docs(readme): update badges (pubnub#155)
Remove inactive service and add GHA status badges.
Configuration menu - View commit details
-
Copy full SHA for e553ac2 - Browse repository at this point
Copy the full SHA e553ac2View commit details
Commits on Nov 23, 2023
-
Return unencrypted data (pubnub#156)
refactor(crypto): return unencrypted data Return source event data when a client configured with crypto is unable to decrypt it (can be not encrypted data or encrypted with different options)
Configuration menu - View commit details
-
Copy full SHA for 0acb1d8 - Browse repository at this point
Copy the full SHA 0acb1d8View commit details
Commits on Jan 29, 2024
-
Bump required Ruby version (pubnub#157)
build(gemfile): bump required Ruby version
Configuration menu - View commit details
-
Copy full SHA for f7bf448 - Browse repository at this point
Copy the full SHA f7bf448View commit details
Commits on Apr 29, 2024
-
Fix
filtervalue encoding for PAM (pubnub#159)fix(pam): fix `filter` value encoding for PAM Fix issue because of which client didn't encode App Context get all event `filter` query value.
Configuration menu - View commit details
-
Copy full SHA for f0816fc - Browse repository at this point
Copy the full SHA f0816fcView commit details
Commits on May 29, 2024
-
Use large GitHub runner (pubnub#160)
build(runner): change runner groups
Configuration menu - View commit details
-
Copy full SHA for 8680fdb - Browse repository at this point
Copy the full SHA 8680fdbView commit details
Commits on Oct 9, 2024
-
Bump dependencies (pubnub#163)
refactor(dependencies): bump direct and transient dependency versions Updated direct and transient dependency versions. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9272ab2 - Browse repository at this point
Copy the full SHA 9272ab2View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b12a6f - Browse repository at this point
Copy the full SHA 5b12a6fView commit details
Commits on Jan 7, 2025
-
Add fetch messages and custom message type support (pubnub#165)
feat(custom-message-type): add support for publish and subscribe Add `custom_message_type` support for publish / signal and subscribe endpoints. feat(history): add batch history support Add fetch messages (batch history) endpoint support to fetch history for multiple channels. feat(history): add fetch messages with message reactions Add fetch messages with reactions support. feat(custom-message-type): add support for fetch messages Add `include_custom_message_type` support for fetch messages endpoint.
Configuration menu - View commit details
-
Copy full SHA for dbf8728 - Browse repository at this point
Copy the full SHA dbf8728View commit details
Commits on Jan 28, 2025
-
Add
typeandstatusfields (pubnub#167)feat(app-context): add `type` and `status` fields Add the ability to specify `type` and `status` fields for `channel metadata`, `uuid metadata`, `member`, and `membership`. feat(app-context): add missing `include` options support Add missing `include` options for App Context APIs: `custom`, `status`, `type`, `uuid_status`, `uuid_type`, `channel_status`, and `channel_type`.
Configuration menu - View commit details
-
Copy full SHA for 55cbf3d - Browse repository at this point
Copy the full SHA 55cbf3dView commit details
Commits on Sep 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3999cf6 - Browse repository at this point
Copy the full SHA 3999cf6View commit details
Commits on Sep 8, 2025
-
Fix usage when
secret_keyis set (pubnub#168)fix(fetch-message): fix usage when `secret_key`` is set Fix the issue introduced by RuboCop linter suggestion acceptance, which caused a wrong number of arguments error.
Configuration menu - View commit details
-
Copy full SHA for e7812ec - Browse repository at this point
Copy the full SHA e7812ecView commit details
Commits on Sep 11, 2025
-
feat(fetch-messages): add
encode_channelsparameter (pubnub#170)feat(fetch-messages): add `encode_channels` parameter Add the `encode_channels` parameter for `fetch` to enable or disable channel names percent-encoding in response.
Configuration menu - View commit details
-
Copy full SHA for 4ebf4d8 - Browse repository at this point
Copy the full SHA 4ebf4d8View commit details
Commits on Oct 15, 2025
-
Add
limitandoffsetparameters (pubnub#171)feat(here-now): add `limit` and `offset` parameters Add 'limit' and 'offset' parameters for 'here_now' for pagination support. BREAKING CHANGES: `here_now` by default will return `1000` users at once.
Configuration menu - View commit details
-
Copy full SHA for 650d2fd - Browse repository at this point
Copy the full SHA 650d2fdView commit details
Commits on Nov 4, 2025
-
Remove
limitvalue clamping (pubnub#172)refactor(here-now): remove `limit` value clamping Don't cap `limit` and let the server perform value validation. refactor(subscribe): replace legacy `t` with `tt` and `tr` Replace legacy timetoken query parameter with subscribe v2 parameters. fix(heartbeat): fix `state` query parameter Send proper object for `state` with the `heartbeat` request.
Configuration menu - View commit details
-
Copy full SHA for b2540e2 - Browse repository at this point
Copy the full SHA b2540e2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master