Skip to content

Commit d033bd6

Browse files
committed
v3.0.0.rc1
1 parent 1a393ce commit d033bd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Unreleased
44

5-
## v3.0.0.beta
5+
## v3.0.0.rc1
66

77
In this version, We are bringing Cursor Based Pagination (CBP) support to all supported endpoints. This is in line with the [limits announcement](https://support.zendesk.com/hc/en-us/articles/5591904358938-New-limits-for-offset-based-pagination) made by Zendesk to promote system reliability and also CBP usage.
88

99
- `Collection#all` uses CBP by default instead of Offset Based Pagination (OBP). If an endpoint doesn't support CBP, then a new OBP request will be triggered automatically with the same parameters. This is managed by the library internally
1010
- `Collection#next and #prev` using CBP by default
11-
- The pagination behaviour of search and exports endpoint have not changed
11+
- The pagination behaviour of search and export endpoint have not changed
1212
- We are adding support for [httpx](https://rubygems.org/gems/httpx). We will be monitoring the issues and feedback to determine if we continue the support and make it into a stable release
1313

1414
**Notes:**

lib/zendesk_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ZendeskAPI
2-
VERSION = "2.0.2"
2+
VERSION = "3.0.0.rc1"
33
end

0 commit comments

Comments
 (0)