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

1.1.0 release #178

Merged
merged 23 commits into from
Sep 28, 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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig

## [Unreleased]

### [1.1.0] - 2023-09-28
### Added
- CLI for downloading Notebooks and tailing a Notebook to see all RTU messages
- Modeling for RTU messages that were missing
- `variable_explorer_request` on Kernels channel
- `append_output_event` on Files channel
- `v0_create_widget_mdoel_event` on Files channel
- `v0_create_widget_model_event` on Files channel
- Configuration options for `APIClient` and e2e tests from env variables. Use `NOTEABLE_TOKEN` and `NOTEABLE_API_URL` with `APIClient`
- `APIClient.get_file_versions` to list all versions of a file, including version id, version number, and presigned url to download content for that version
- Updated docs for Origami 1.x syntax

### Changed
- Raise a Runtime Error if trying to send a cell execute request when no Kernel is running
Expand Down
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.0.0"
version = "1.1.0"
description = "The Noteable API interface"
authors = ["Matt Seal <matt@noteable.io>"]
maintainers = ["Matt Seal <matt@noteable.io>"]
Expand Down