Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-10 | 2.3 kB | |
v9.0.0 source code.tar.gz | 2024-06-10 | 3.4 MB | |
v9.0.0 source code.zip | 2024-06-10 | 5.0 MB | |
Totals: 3 Items | 8.3 MB | 0 |
BREAKING CHANGES
What's Changed
Breaking changes
- BREAKING CHANGE: Removes PubSubHubbub module and /hub API endpoint implementation by @mjimenez98 in https://github.com/octokit/octokit.rb/pull/1675
Features
- feat: Add GHES Manage API client by @manue1 in https://github.com/octokit/octokit.rb/pull/1688
- feat: Add Ruby 3.3 as supported one. by @simi in https://github.com/octokit/octokit.rb/pull/1696
- feat: Add method to get a webhook delivery: by @Edouard-chin in https://github.com/octokit/octokit.rb/pull/1670
Fixes
- fix: Use auto pagination when retrieving environments by @pedrocarrico in https://github.com/octokit/octokit.rb/pull/1673
Documentation
- docs: Remove outdated version constraint from README by @andyw8 in https://github.com/octokit/octokit.rb/pull/1678
Maintenance
- maint: Drop runtime dependency on base64 by @Earlopain in https://github.com/octokit/octokit.rb/pull/1667
- maint: Bump actions/add-to-project from 0.5.0 to 0.6.0 by @dependabot in https://github.com/octokit/octokit.rb/pull/1669
- maint: Adds test with draft as an argument on creating pull requests by @hfvmarques in https://github.com/octokit/octokit.rb/pull/1671
- maint: Update rubocop requirement from 1.60.2 to 1.64.1 by @dependabot in https://github.com/octokit/octokit.rb/pull/1674
- maint: Bump actions/add-to-project from 0.6.0 to 1.0.1 by @dependabot in https://github.com/octokit/octokit.rb/pull/1677
- 🚧 Workflows have changed by @octokitbot in https://github.com/octokit/octokit.rb/pull/1699
New Contributors
- @Earlopain made their first contribution in https://github.com/octokit/octokit.rb/pull/1667
- @hfvmarques made their first contribution in https://github.com/octokit/octokit.rb/pull/1671
- @pedrocarrico made their first contribution in https://github.com/octokit/octokit.rb/pull/1673
- @mjimenez98 made their first contribution in https://github.com/octokit/octokit.rb/pull/1675
- @andyw8 made their first contribution in https://github.com/octokit/octokit.rb/pull/1678
- @manue1 made their first contribution in https://github.com/octokit/octokit.rb/pull/1688
- @simi made their first contribution in https://github.com/octokit/octokit.rb/pull/1696
Full Changelog: https://github.com/octokit/octokit.rb/compare/v8.1.0...v8.2.0