Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/1.1.4 #197

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig

## [Unreleased]

### [1.1.4] - 2023-10-23
### Added
- Programmatically adjust Space, Project, and Notebook/File visibility (e.g. `private`, `open`, `public`)

### [1.1.3] - 2023-10-23
### Added
- Programmatically share access to Spaces, Projects, and Notebooks/Files by email and access level. E.g. `await api_client.share_file(file_id, email, 'viewer')`, as well as change Space/Project/File visibility (e.g. `private`, `open`, `public`)
- Programmatically share access to Spaces, Projects, and Notebooks/Files by email and access level. E.g. `await api_client.share_file(file_id, email, 'viewer')`

### Changed
- Removed `RuntimeError` in RTUClient catastrophic failure, top level applications (e.g. PA, Origamist) should define that behavior
Expand Down Expand Up @@ -75,4 +79,4 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig
### Added
- `APIClient` and `RTUClient` for HTTP and Websocket connections to Noteables API respectively
- Discriminated-union Pydantic modeling for RTU and Delta payloads
- End-to-end tests to run against a Noteable deployment
- End-to-end tests to run against a Noteable deployment
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "noteable-origami"
version = "1.1.3"
version = "1.1.4"
description = "The Noteable API interface"
authors = ["Matt Seal <matt@noteable.io>"]
maintainers = ["Matt Seal <matt@noteable.io>"]
Expand Down