Notion Database Versions Save

Python bindings for Notion Database API

1.2.1

1 week ago

Changelog

1.2.1 (2024-06-03)

Dependency

  • Update requests library to 2.32.0
    • #20 Bump requests from 2.31.0 to 2.32.0

What's Changed

https://pypi.org/project/notion-database/1.2.1/

Full Changelog: https://github.com/minwook-shin/notion-database/compare/1.2.0...1.2.1

1.2.0

2 months ago

1.2.0 (2024-03-26)

Features

What's Changed

New Contributors

pip install notion-database==1.2.0

Full Changelog: https://github.com/minwook-shin/notion-database/compare/1.1.0...1.2.0

1.0.0

1 year ago

1.0.0 (2023-5-28)

we've implemented all features, change the version rule to the semantic version.

and changed the license to LGPL 3 in the hope that many people use it.

Features

  • Apply tox, pylint tool
  • Add type-hint code
  • Implement run_query_database function
  • Add support for Python 3.11

Improvements

  • Bump requests from 2.28.2 to 2.31.0

Migration guide

  • past version
from notion_database.query import Direction, Timestamp
import notion_database.color as clr
  • current version (>1.0.0)
from notion_database.const.query import Direction, Timestamp
import notion_database.const.color as clr

Deprecate

  • Drop support for Python 3.7
  • Deprecate query_database function
    • move to run_query_database function

Full Changelog: https://github.com/minwook-shin/notion-database/compare/20220628.8...1.0.0 Download: https://pypi.org/project/notion-database/1.0.0/