Skip to content

Commit

Permalink
1.1.0 release (#178)
Browse files Browse the repository at this point in the history
* RTU modeling

* v0 widget create

* tune some log messages

* add changelog

* fix comment

* configurable from env

* changelog

* fix log message

* docs

* Runtime error if submitting execute requests with no Kernel running

* changelog

* Add file version lookup to APIClient

* update dependencies

* 1.1.0 release

* Add file version lookup to APIClient

* update dependencies

* 1.1.0 release

* changelog

* changelog fixes
  • Loading branch information
Matt Kafonek authored Sep 28, 2023
1 parent 2f58315 commit 35a9675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 <[email protected]>"]
maintainers = ["Matt Seal <[email protected]>"]
Expand Down

0 comments on commit 35a9675

Please sign in to comment.