- Remove
dotenv
as a runtime dependency (@sinsoku, #49) - Remove the outdated mention of the List Databases enpoint in the README (@soruma, #48)
- Add support for creating a page as child of another page (thanks @TABeauchat!)
- Add support for the following new endpoints (thanks @themoffatt!):
- Remove support for ruby 2.5
- Remove the
activesupport
dependency. Addgem 'activesupport'
to your Gemfile if you required ActiveSupport via this library.
- Upgrade Faraday to v2 (thanks @Tao-Galasse!)
- 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
- 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
Fixed compat with Rails 7
- 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
- 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
- Add support for the following new endpoints:
- Update Notion API Version to
2021-08-16
- Add
bin/console
command for better DX - Overhauled documentation
- 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.
- Bump
Notion-Version
header to2021-05-13
(@H0R15H0) - Add support for the new Create database endpoint (@H0R15H0)
- Fixes the query parameter for fetching a page resource
- Added
Notion-Version
required header to all requests
- Added support for Blocks endpoints
- Added specs and a CI process with GitHub Actions
- Added support for GET /databases, POST /databases/<:id>/query endpoints
- Added support for
content
when creating a page
- The gem now covers all available endpoints to date
- Better error handling and logging
- Fixed blocking bug present in 0.0.1
- Initial alpha public release. Suffers from a bug that prevents installation.