Current section

Files

Jump to
kino_db CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.2](https://github.com/livebook-dev/kino_db/tree/v0.1.2) (2022-06-30)
### Added
- Color required inputs and block source code generation when they're empty ([#20](https://github.com/livebook-dev/kino_db/pull/20))
- Support for AWS Athena ([#15](https://github.com/livebook-dev/kino_db/pull/15))
- Support for Google BigQuery ([#7](https://github.com/livebook-dev/kino_db/pull/7), [#18](https://github.com/livebook-dev/kino_db/pull/18) and [#19](https://github.com/livebook-dev/kino_db/pull/19))
- Support for SQLite ([#2](https://github.com/livebook-dev/kino_db/pull/2))
- Warning when there's no available connection ([#11](https://github.com/livebook-dev/kino_db/pull/11))
## [v0.1.1](https://github.com/livebook-dev/kino_db/tree/v0.1.1) (2022-05-03)
### Fixed
- Smart cells source synchronization before evaluation ([#3](https://github.com/livebook-dev/kino_db/pull/3))
## [v0.1.0](https://github.com/livebook-dev/kino_db/tree/v0.1.0) (2022-04-28)
Initial release.