Releases: phacks/notion-ruby-client
Releases · phacks/notion-ruby-client
v1.2.2
v1.2.1
New
- Add support for creating a page as child of another page (thanks @TABeauchat!)
v1.2.0
New
- Add support for the following new endpoints (thanks @themoffatt!):
v1.1.0
Breaking changes
- Remove support for ruby 2.5
- Remove the
activesupport
dependency. Addgem 'activesupport'
to your Gemfile if you required ActiveSupport via this library.
Other
- Upgrade Faraday to v2 (thanks @Tao-Galasse!)
v1.0.0
New
- Add support for the following new endpoints:
- Update Notion API Version to
2022-02-22
(thanks @hkob!) - Remove the following deprecated endpoint:
- Add Codespaces and CONTRIBUTING.md command for better DX
- Overhauled documentation
Upgrade instructions
- Please refer to the Notion Changelog to see breaking changes for version
2022-02-22
: https://developers.notion.com/changelog/releasing-notion-version-2022-02-22
1.0.0-beta2
Fixed.a compat issue with Rails 7
1.0.0-beta1: - Add support for the following new endpoints:
New
- Add support for the following new endpoints:
- Update Notion API Version to
2022-02-22
(thanks @hkob!) - Remove the following deprecated endpoint:
- Add Codespaces and CONTRIBUTING.md command for better DX
- Overhauled documentation
Upgrade instructions
- Please refer to the Notion Changelog to see breaking changes for version
2022-02-22
: https://developers.notion.com/changelog/releasing-notion-version-2022-02-22
v0.1.0-beta1
New
- Add support for the following new endpoints:
- Update Notion API Version to
2021-08-16
- Add
bin/console
command for better DX - Overhauled documentation
Upgrade instructions
- Please refer to the Notion Changelog to see breaking changes for version
2021-08-16
- Regarding this gem, a lot of
id
parameters got renamed toblock_id
,page_id
,user_id
anddatabase_id
. You might need to rename those in your code as well.
v0.0.8
v0.0.7 Release
🔨 Fixes the query parameter for the fetch a page resource method (thanks, @H0R15H0 for the contribution!)