test(workflow): try move reports for beta only if passed
test: fix error in contract testing configuration
test(history): fix history integration tests
test(contract-testing): restore contracts configuration
Restore contract testing configuration to run all tests.
Merge branch 'feat/add-message-type' of github.com:pubnub/swift into feat/add-message-type
build(workflow): update tests runner workflow
Fix syntax error in job pre-condition (#126)
build(workflow): fix syntax error in job pre-condition
build(workflow): improve tests and validation workflows
Fix listeners retain cycle (#124)
fix(listener): fix listeners retain cycle
Fix issue because of which listener wasn't deinit
even when reference on it has been nullified.
Merge branch 'master' into feat/add-message-type
test(signal): add signal for VSP contracts testing
Add contract testing of signal
VSP functionality with mock server.
Refactor command handler (#442)
test(github-action): refactor command handler
Refactor command handler workflow to use bot name from secrets.
refactor(codeowners): add more codeowners for '.github' folder
Migrate tests to GitHub Actions (#443)
test(github-actions): migrate tests to GitHub Actions
Migrate PubNub SDK test suite from Travis to GitHub Actions.
build(workflow): improve tests and validation workflows
Merge branch 'master' into feat/add-message-type
feat(publish): add message type support for publish
API
Add new publish parameters to specify messageType
and spaceId
.
feat(signal): add message type support for signal
API
Add new signal parameters to specify messageType
and spaceId
.
feat(history): add message type support for history
API
Make it possible to opt-out message type receive for stored messages and get spaceId
for stored message.
@pubnub-release-bot release
@pubnub-release-bot help
@pubnub-release-bot release
@pubnub-release-bot release
@pubnub-release-bot release
test(workflow): add environment variables from secrets