notion-ruby-client 1.0.0.pre.beta2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4348b9a12b6bc452687efb981e6c6f3c906266a4bd1b17358b66f6f08c8ed129
4
- data.tar.gz: 63731653acd9350365d52356ea72aedcd1bf1d1ac2d284f4729e9d16ca534390
3
+ metadata.gz: feb78b4f0ea816f89e61d9da9d1280e8d4d3565e0a71b1d611c2c58a1b5b7f67
4
+ data.tar.gz: e21ab58acc5a8414bfaccf21071a68e3ab37b11933448faed332347f597bc89b
5
5
  SHA512:
6
- metadata.gz: 2ec3bccc76218a9ea87dfe0c5af9b32e905c3d6cdf19fecd0d4cd8939cfb0b0f8755a0510ffcc085fde93b9bf5b1af847b42d7676dd7325cd7bd745f6c847838
7
- data.tar.gz: cb36c83418dfc7e53764824314fab9892f21081b8c34731d3dd6c6649b0b269850b58042e69e2dd07b53b772a01894f6ca01852ea7ae391e5af6778b4d4fc3ab
6
+ metadata.gz: 39b6ffaf9f003c928c8eb358237419f68a0578d84f8e7ce0e3eaa548afffd5754fe721696335c6476f7a02dbf0975b1d0095496eeaa6ef01bf658234efbf9882
7
+ data.tar.gz: 9174977cdd22e7af3516a118d2c282f60bebaea8ef756d9cc0eef5cbcbfb5ef285cb6cadfe35e738c31b62778893257c0498d8150beae8d02ab495867c9c3610
data/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ### 1.0.0 (2022-03-30)
2
+
3
+ #### New
4
+
5
+ - Add support for the following new endpoints:
6
+ - [Delete a block](https://developers.notion.com/reference/get-block-children)
7
+ - [Retrieve your token's bot user](https://developers.notion.com/reference/get-self)
8
+ - [Retrieve a page property item](https://developers.notion.com/reference/retrieve-a-page-property)
9
+ - Update Notion API Version to `2022-02-22` (thanks @hkob!)
10
+ - Remove the following deprecated endpoint:
11
+ - [List databases](https://developers.notion.com/reference/get-databases)
12
+ - Add Codespaces and CONTRIBUTING.md command for better DX
13
+ - Overhauled documentation
14
+
15
+ ### Upgrade instructions
16
+
17
+ - 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
18
+
1
19
  ### 1.0.0-beta2 (2022-03-24)
2
20
 
3
21
  #### Fixed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- notion-ruby-client (1.0.0.pre.beta2)
4
+ notion-ruby-client (1.0.0)
5
5
  activesupport (>= 6)
6
6
  dotenv
7
7
  faraday (>= 1.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Notion
3
- VERSION = '1.0.0-beta2'
3
+ VERSION = '1.0.0'
4
4
  NOTION_REQUEST_VERSION = '2022-02-22'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notion-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Goutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport