Skip to content

Latest commit

 

History

History
128 lines (81 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

128 lines (81 loc) · 4.14 KB

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)

1.2.1 (2023-02-26)

New

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

1.2.0 (2023-02-26)

New

1.1.0 (2023-02-23)

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

  • Upgrade Faraday to v2 (thanks @Tao-Galasse!)

1.0.0 (2022-03-30)

New

Upgrade instructions

1.0.0-beta2 (2022-03-24)

Fixed

Fixed compat with Rails 7

1.0.0-beta1 (2022-03-24)

New

Upgrade instructions

0.1.0-beta1 (2021-08-29)

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.

0.0.8 (2021-07-27)

  • Bump Notion-Version header to 2021-05-13 (@H0R15H0)
  • Add support for the new Create database endpoint (@H0R15H0)

0.0.7 (2021-06-17)

  • Fixes the query parameter for fetching a page resource

0.0.6 (2021-06-09)

  • Added Notion-Version required header to all requests

0.0.5 (2020-04-25)

  • Added support for Blocks endpoints

0.0.4 (2020-04-25)

  • 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

0.0.3 (2020-01-30)

  • The gem now covers all available endpoints to date
  • Better error handling and logging

0.0.2 (2020-01-29)

  • Fixed blocking bug present in 0.0.1

0.0.1 (2020-01-29)

  • Initial alpha public release. Suffers from a bug that prevents installation.