Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pubnub/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.2
Choose a base ref
...
head repository: pubnub/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0
Choose a head ref
  • 14 commits
  • 87 files changed
  • 4 contributors

Commits on Jan 3, 2023

  1. Refactor command handler (#306)

    test(github-action): refactor command handler
    
    Refactor command handler workflow to use bot name from secrets.
    
    build(workflow): improve tests and validation workflows
    parfeon authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b4b6376 View commit details
    Browse the repository at this point in the history
  2. test(github-actions): migrate tests to GitHub Actions (#249)

    test(github-actions): migrate tests to GitHub Actions
    
    Migrate PubNub SDK test suite from Travis to GitHub Actions.
    parfeon authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    71b1901 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. clen1290/add optional param in setState for setting state through hea…

    …rtbeat endpoint (#324)
    
    * added support for setState with optional `withHeartbeat` bool parameter
    
    * format!
    
    * updated state param value for heartbeat endpoint when withHeartbeat is true in setState
    
    * test: for additional withHeartbeat param in setState
    
    * fix arg
    
    * fix:test- no result value on success heartbeat
    
    * revert to b9afb2a
    
    * PubNub SDK v7.2.3 release.
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    mohitpubnub and pubnub-release-bot authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    10df45b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. build(s3): fix upload of artifacts to s3 (#325)

    build(s3): fix upload of artefacts to s3
    parfeon authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    980caa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. feat: optional param withHeartbeat to set state through heartbeat end…

    …point. (#326)
    
    * feat: optional param withHeartbeat in setState - change log clear
    
    * PubNub SDK v7.2.3 release.
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    mohitpubnub and pubnub-release-bot authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1ba2fa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    a8870c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    667cde9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    40570e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. CLEN-1406/Fix proxy agent dependency upgrade (#331)

    * fix: proxy feature dependency
    
    * test: removed node 12 to get support for optional chaining operator
    
    * fix: message acount condition when multiple timetokens and channels provided
    
    * lib dist files
    
    * fix codacy issue for module exports in .js file
    
    * PubNub SDK v7.3.3 release.
    
    * fix: version bump
    
    * fix: missing version bump
    
    * PubNub SDK v7.3.0 release.
    
    * docs(pubnub.yml) fix formatting
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    Co-authored-by: Serhii Mamontov <parfeon@me.com>
    3 people authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9584344 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix/CLEN-1440 (#335)

    * fix: missing get and set methods for userId are added
    
    * PubNub SDK v7.3.1 release.
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    mohitpubnub and pubnub-release-bot authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8adfccd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. CLEN-1504/fix/upgrade superagent (#337)

    * upgrade superagent
    
    * lock file
    
    * PubNub SDK v7.3.2 release.
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    mohitpubnub and pubnub-release-bot authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ff67973 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    3745862 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. CLEN-1556/fix/error handling when send file encounters issues (#338)

    * fix: error handling when send file encounters issues
    
    * PubNub SDK v7.3.3 release.
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    mohitpubnub and pubnub-release-bot authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d1fca58 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. feat/CryptoModule (#339)

    * ref: decoupling cryptor module
    
    * cryptoModule
    
    * lint
    
    * rever cryptors in config
    
    * lint fixes
    
    * CryptoModule for web and node
    
    * step definitions for contract tests
    
    * lib files
    
    * fix:es-lint
    
    * let vs const
    
    * and some more ts not wanting me to specific about trivials
    
    * access modfiers
    
    * refactor-1
    
    * lint, cleanup test
    
    * refactor - 2
    
    * code cleanup in stream encryption with new cryptor
    
    * fix: lint issue.
    
    * refactor: eliminate ts-ignores by defining file reated types
    
    * * integration of crypto module * refactoring cryptoModule
    
    * lib and dist
    
    * support for setCipherKey
    
    * fix: setCipherKey()
    
    * lib and dist files
    
    * fix: staticIV support
    
    * lib and dist
    
    * refactor: cryptoModule, * added support for PubNub.CryptoModule factory
    
    * fix: types
    
    * dist and libs
    
    * fix: test- customEncrypt function
    
    * fix: legacy crypto init, tests
    
    * refactor: typecheck on incoming data for aescbc cryptor
    
    * code cleanup, * fix: broken file cryptography operations on web
    
    * lib and dist directories
    
    * refactor: crypto initialiser apis default value initialisation
    
    * LICENSE
    
    * reverted last commit 11351ec
    
    * update LICENSE
    
    * PubNub SDK v7.4.0 release.
    
    ---------
    
    Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
    mohitpubnub and pubnub-release-bot authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fb6cd04 View commit details
    Browse the repository at this point in the history
Loading