Skip to content

Commit

Permalink
4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Aug 14, 2017
1 parent 0943416 commit 4af1743
Show file tree
Hide file tree
Showing 244 changed files with 2,565 additions and 581 deletions.
9 changes: 7 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: java
version: 4.8.0
version: 4.9.0
schema: 1
scm: github.com/pubnub/java
files:
- build/libs/pubnub-gson-4.8.0-all.jar
- build/libs/pubnub-gson-4.9.0-all.jar
changelog:
- version: v4.9.0
date:
changes:
- type: feature
text: Internal deduping mechanism when devices cross regions (dedupOnSubscribe).
- version: v4.8.0
date:
changes:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## [v4.9.0](https://github.com/pubnub/java/tree/v4.9.0)


[Full Changelog](https://github.com/pubnub/java/compare/v4.8.0...v4.9.0)

- 🌟Internal deduping mechanism when devices cross regions (dedupOnSubscribe).




## [v4.8.0](https://github.com/pubnub/java/tree/v4.8.0)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'findbugs'
}
group = 'com.pubnub'
version = '4.8.0'
version = '4.9.0'

description = """"""

Expand Down
7 changes: 6 additions & 1 deletion docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (pubnub-gson 4.8.0 API)</title>
<title>All Classes (pubnub-gson 4.9.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -25,6 +25,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/pubnub/api/endpoints/channel_groups/ChannelGroupService.html" title="interface in com.pubnub.api.endpoints.channel_groups" target="classFrame"><span class="interfaceName">ChannelGroupService</span></a></li>
<li><a href="com/pubnub/api/vendor/Crypto.html" title="class in com.pubnub.api.vendor" target="classFrame">Crypto</a></li>
<li><a href="com/pubnub/api/endpoints/channel_groups/DeleteChannelGroup.html" title="class in com.pubnub.api.endpoints.channel_groups" target="classFrame">DeleteChannelGroup</a></li>
<li><a href="com/pubnub/api/endpoints/DeleteMessages.html" title="class in com.pubnub.api.endpoints" target="classFrame">DeleteMessages</a></li>
<li><a href="com/pubnub/api/models/server/DeleteMessagesEnvelope.html" title="class in com.pubnub.api.models.server" target="classFrame">DeleteMessagesEnvelope</a></li>
<li><a href="com/pubnub/api/managers/DuplicationManager.html" title="class in com.pubnub.api.managers" target="classFrame">DuplicationManager</a></li>
<li><a href="com/pubnub/api/endpoints/Endpoint.html" title="class in com.pubnub.api.endpoints" target="classFrame">Endpoint</a></li>
<li><a href="com/pubnub/api/models/server/Envelope.html" title="class in com.pubnub.api.models.server" target="classFrame">Envelope</a></li>
<li><a href="com/pubnub/api/endpoints/FetchMessages.html" title="class in com.pubnub.api.endpoints" target="classFrame">FetchMessages</a></li>
Expand Down Expand Up @@ -59,6 +62,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/pubnub/api/models/consumer/channel_group/PNChannelGroupsRemoveChannelResult.html" title="class in com.pubnub.api.models.consumer.channel_group" target="classFrame">PNChannelGroupsRemoveChannelResult</a></li>
<li><a href="com/pubnub/api/models/consumer/channel_group/PNChannelGroupsRemoveChannelResult.PNChannelGroupsRemoveChannelResultBuilder.html" title="class in com.pubnub.api.models.consumer.channel_group" target="classFrame">PNChannelGroupsRemoveChannelResult.PNChannelGroupsRemoveChannelResultBuilder</a></li>
<li><a href="com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api" target="classFrame">PNConfiguration</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNDeleteMessagesResult.html" title="class in com.pubnub.api.models.consumer.history" target="classFrame">PNDeleteMessagesResult</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNDeleteMessagesResult.PNDeleteMessagesResultBuilder.html" title="class in com.pubnub.api.models.consumer.history" target="classFrame">PNDeleteMessagesResult.PNDeleteMessagesResultBuilder</a></li>
<li><a href="com/pubnub/api/models/consumer/PNErrorData.html" title="class in com.pubnub.api.models.consumer" target="classFrame">PNErrorData</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNFetchMessagesResult.html" title="class in com.pubnub.api.models.consumer.history" target="classFrame">PNFetchMessagesResult</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNFetchMessagesResult.PNFetchMessagesResultBuilder.html" title="class in com.pubnub.api.models.consumer.history" target="classFrame">PNFetchMessagesResult.PNFetchMessagesResultBuilder</a></li>
Expand Down
7 changes: 6 additions & 1 deletion docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (pubnub-gson 4.8.0 API)</title>
<title>All Classes (pubnub-gson 4.9.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -25,6 +25,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/pubnub/api/endpoints/channel_groups/ChannelGroupService.html" title="interface in com.pubnub.api.endpoints.channel_groups"><span class="interfaceName">ChannelGroupService</span></a></li>
<li><a href="com/pubnub/api/vendor/Crypto.html" title="class in com.pubnub.api.vendor">Crypto</a></li>
<li><a href="com/pubnub/api/endpoints/channel_groups/DeleteChannelGroup.html" title="class in com.pubnub.api.endpoints.channel_groups">DeleteChannelGroup</a></li>
<li><a href="com/pubnub/api/endpoints/DeleteMessages.html" title="class in com.pubnub.api.endpoints">DeleteMessages</a></li>
<li><a href="com/pubnub/api/models/server/DeleteMessagesEnvelope.html" title="class in com.pubnub.api.models.server">DeleteMessagesEnvelope</a></li>
<li><a href="com/pubnub/api/managers/DuplicationManager.html" title="class in com.pubnub.api.managers">DuplicationManager</a></li>
<li><a href="com/pubnub/api/endpoints/Endpoint.html" title="class in com.pubnub.api.endpoints">Endpoint</a></li>
<li><a href="com/pubnub/api/models/server/Envelope.html" title="class in com.pubnub.api.models.server">Envelope</a></li>
<li><a href="com/pubnub/api/endpoints/FetchMessages.html" title="class in com.pubnub.api.endpoints">FetchMessages</a></li>
Expand Down Expand Up @@ -59,6 +62,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/pubnub/api/models/consumer/channel_group/PNChannelGroupsRemoveChannelResult.html" title="class in com.pubnub.api.models.consumer.channel_group">PNChannelGroupsRemoveChannelResult</a></li>
<li><a href="com/pubnub/api/models/consumer/channel_group/PNChannelGroupsRemoveChannelResult.PNChannelGroupsRemoveChannelResultBuilder.html" title="class in com.pubnub.api.models.consumer.channel_group">PNChannelGroupsRemoveChannelResult.PNChannelGroupsRemoveChannelResultBuilder</a></li>
<li><a href="com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNDeleteMessagesResult.html" title="class in com.pubnub.api.models.consumer.history">PNDeleteMessagesResult</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNDeleteMessagesResult.PNDeleteMessagesResultBuilder.html" title="class in com.pubnub.api.models.consumer.history">PNDeleteMessagesResult.PNDeleteMessagesResultBuilder</a></li>
<li><a href="com/pubnub/api/models/consumer/PNErrorData.html" title="class in com.pubnub.api.models.consumer">PNErrorData</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNFetchMessagesResult.html" title="class in com.pubnub.api.models.consumer.history">PNFetchMessagesResult</a></li>
<li><a href="com/pubnub/api/models/consumer/history/PNFetchMessagesResult.PNFetchMessagesResultBuilder.html" title="class in com.pubnub.api.models.consumer.history">PNFetchMessagesResult.PNFetchMessagesResultBuilder</a></li>
Expand Down
Loading

0 comments on commit 4af1743

Please sign in to comment.