All notable changes to this project will be documented in this file.
The format of this file is based on Keep a Changelog.
- Added
workspaces integrations list
command (#284) - Allow user to specify the secret instead of receiving it from the api (#288)
fp profiles
has been added, allowing you to manage multiple auth tokens as well as environments forfp
(#294)
- Update to latest fiberplane-client and schema. For more information see fiberplane/fiberplane/174 (#278)
- Removed pagination from the
integrations list
command (#171)
- Add
integrations list
command (#267) - Add
front-matter-collection get
command (#271) - Add
front-matter-collection set
command (#271) - Add
front-matter-collection create
command (#271) - Add
notebook front-matter append
command (#271) - Add
notebook front-matter edit
command (#271) - Add
notebook front-matter delete
command (#271)
notebook front-matter update
will not work as expected with the new front matter most of the time, and therefore it is deprecated. Use the newnotebook front-matter edit
instead (#271)notebook front-matter clear
will not work as expected with the new front matter most of the time, therefore it is deprecated. Use the newnotebook front-matter delete
with the--all
flag instead (#271)
- Update fiberplane dependencies
- Update fiberplane dependencies
- Fixed an issue with CLI argument completion failing. (#264)
- Update all dependencies, except
hyper
(#260) - Allow overriding the token through an argument or envvar (#261)
- Replace Lint code in our CI with Clippy+reviewdog (#262)
- Added builds for Linux ARM64
- Added support for "Sign in with GitHub" (#248)
- New arguments for
fp views update
(#233):--clear-description
: Removes existing description from view--clear-time-range
: Removes existing time range from view--clear-sort-by
: Removes existing sort by from view--clear-sort-direction
: Removes existing sort direction from view
- Add new command
fp webhooks
used to interact with webhooks and their deliveries fp webhooks create
now takes aenabled
parameter (#242)- Webhooks commands now output whenever the latest delivery was successful (#242)
- Suggest using homebrew to update fp if we think that fp is installed through homebrew (#230)
- Add more aliases to DataSources command (#222)
- Added ability to sort the output of the notebook search command (#232)
- Rename Event in the providers module to ProviderEvent (#231)
- Fix publishing docs to ReadMe (#229)
- Fix being unable to clear optional fields on
fp views
(#233)
- Fix interactive notebook picker displaying the oldest notebooks first (#220)
- Display description in data source table view (#220)
- Add message informing user how to exit
fp shell
(#220)
- Removed support for the legacy provider protocol. The
provider invoke
command now uses the new protocol (invoke2
still exists as an alias).
- Initial open-source release of
fp
.
- [CI] Fixed syncing of the
fp
reference to ReadMe (#213) - Update some crates to resolve some security vulnerabilities (#212)
- Update dependencies to resolve dependabot issues (#215)
- Added support for views v2 properties
color
,time range
andsorting
(#218)
- [CI] Fixed syncing of the
fp
reference (#210)
- Resolved clippy warnings (#208)