Skip to content

PubNub SDK v8.9.0 release.

e5bf466
Select commit
Loading
Failed to load commit list.
Merged

Emit PNDisconnectedUnexpectedlyCategory #438

PubNub SDK v8.9.0 release.
e5bf466
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 18, 2025 in 0s

6 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 6
           

Complexity increasing per file
==============================
- src/errors/pubnub-api-error.ts  4
- src/errors/pubnub-error.ts  1
- src/core/components/subscription-manager.ts  2
         

Complexity decreasing per file
==============================
+ src/core/endpoints/objects/uuid/remove.ts  -1
+ src/core/endpoints/presence/here_now.ts  -2
+ src/core/endpoints/push/add_push_channels.ts  -1
+ src/core/endpoints/objects/channel/remove.ts  -1
+ src/core/endpoints/presence/where_now.ts  -2
+ src/core/endpoints/push/remove_device.ts  -1
+ src/core/endpoints/channel_groups/list_groups.ts  -1
+ src/core/endpoints/push/list_push_channels.ts  -1
+ src/core/endpoints/push/remove_push_channels.ts  -1
+ src/core/endpoints/time.ts  -1
+ src/core/endpoints/presence/get_state.ts  -2
+ src/core/endpoints/file_upload/list_files.ts  -1
         

Clones added
============
- src/core/endpoints/objects/channel/remove.ts  1
- src/transport/react-native-transport.ts  1
- src/transport/node-transport.ts  1
- src/core/endpoints/objects/channel/set.ts  1
         

Clones removed
==============
+ src/core/endpoints/fetch_messages.ts  -1
+ src/core/endpoints/objects/uuid/remove.ts  -5
+ src/core/endpoints/file_upload/publish_file.ts  -2
+ src/core/endpoints/actions/get_message_actions.ts  -1
+ src/core/endpoints/publish.ts  -1
+ src/core/endpoints/presence/here_now.ts  -1
+ src/core/endpoints/push/add_push_channels.ts  -1
+ src/core/endpoints/objects/channel/get_all.ts  -1
+ src/core/endpoints/history/delete_messages.ts  -1
+ src/core/endpoints/history/message_counts.ts  -1
+ src/core/endpoints/objects/membership/set.ts  -1
+ src/core/endpoints/file_upload/generate_upload_url.ts  -1
+ src/core/endpoints/access_manager/revoke_token.ts  -1
+ src/core/endpoints/presence/where_now.ts  -22
+ src/core/endpoints/channel_groups/list_channels.ts  -1
+ src/core/endpoints/push/remove_device.ts  -1
+ src/core/endpoints/channel_groups/list_groups.ts  -1
+ src/core/endpoints/file_upload/delete_file.ts  -1
+ src/core/endpoints/signal.ts  -1
+ src/core/endpoints/objects/uuid/set.ts  -1
+ src/core/endpoints/objects/uuid/get_all.ts  -1
+ src/core/endpoints/presence/set_state.ts  -1
+ src/core/endpoints/access_manager/audit.ts  -1
+ src/core/endpoints/push/remove_push_channels.ts  -2
+ src/core/endpoints/access_manager/grant_token.ts  -1
+ src/core/endpoints/file_upload/list_files.ts  -1
+ src/core/endpoints/access_manager/grant.ts  -1
         

See the complete overview on Codacy