Skip to content

Releases: phacks/notion-ruby-client

v1.2.2

22 Apr 13:37
Compare
Choose a tag to compare

1.2.2 (2023-10-02)

Improved

  • Remove dotenv as a runtime dependency (@sinsoku, #49)
  • Remove the outdated mention of the List Databases enpoint in the README (@soruma, #48)

v1.2.1

26 Feb 19:37
Compare
Choose a tag to compare

New

  • Add support for creating a page as child of another page (thanks @TABeauchat!)

v1.2.0

26 Feb 15:26
Compare
Choose a tag to compare

New

v1.1.0

23 Feb 10:56
Compare
Choose a tag to compare

Breaking changes

  • Remove support for ruby 2.5
  • Remove the activesupport dependency. Add gem 'activesupport' to your Gemfile if you required ActiveSupport via this library.

Other

v1.0.0

30 Mar 12:19
Compare
Choose a tag to compare

New

Upgrade instructions

1.0.0-beta2

24 Mar 17:14
8edcab7
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Fixed.a compat issue with Rails 7

1.0.0-beta1: - Add support for the following new endpoints:

24 Mar 10:23
5038099
Compare
Choose a tag to compare

New

Upgrade instructions

v0.1.0-beta1

29 Aug 18:11
Compare
Choose a tag to compare
v0.1.0-beta1 Pre-release
Pre-release

New

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 to block_id, page_id, user_id and database_id. You might need to rename those in your code as well.

v0.0.8

27 Jul 12:44
Compare
Choose a tag to compare
  • Bump Notion-Version header to 2021-05-13 (@H0R15H0)
  • Add support for the new Create database endpoint (@H0R15H0)

v0.0.7 Release

17 Jun 10:56
Compare
Choose a tag to compare

🔨 Fixes the query parameter for the fetch a page resource method (thanks, @H0R15H0 for the contribution!)