Releases: nnnkkk7/snowflake-emulator
v0.0.9
Snowflake Emulator 0.0.9
A lightweight, open-source Snowflake emulator built with Go and DuckDB.
Installation
Docker (Recommended for all platforms):
docker pull ghcr.io/nnnkkk7/snowflake-emulator:0.0.9
docker run -p 8080:8080 ghcr.io/nnnkkk7/snowflake-emulator:0.0.9Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.
What's Changed
Full Changelog: v0.0.8...v0.0.9
Full Changelog: v0.0.8...v0.0.9
Documentation: https://github.com/nnnkkk7/snowflake-emulator#readme
v0.0.8
Snowflake Emulator 0.0.8
A lightweight, open-source Snowflake emulator built with Go and DuckDB.
Installation
Docker (Recommended for all platforms):
docker pull ghcr.io/nnnkkk7/snowflake-emulator:0.0.8
docker run -p 8080:8080 ghcr.io/nnnkkk7/snowflake-emulator:0.0.8Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.
What's Changed
- refactor: update comments and test names for clarity and consistency by @nnnkkk7 in #39
- docs: add Go gopher design attribution by @nnnkkk7 in #41
Full Changelog: v0.0.7...v0.0.8
Full Changelog: v0.0.7...v0.0.8
Documentation: https://github.com/nnnkkk7/snowflake-emulator#readme
v0.0.7
Snowflake Emulator 0.0.7
A lightweight, open-source Snowflake emulator built with Go and DuckDB.
Installation
Docker (Recommended for all platforms):
docker pull ghcr.io/nnnkkk7/snowflake-emulator:0.0.7
docker run -p 8080:8080 ghcr.io/nnnkkk7/snowflake-emulator:0.0.7Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.
What's Changed
- docs: update README.md to enhance clarity and structure by @nnnkkk7 in #36
- ci: fix release workflow by @nnnkkk7 in #38
Full Changelog: v0.0.6...v0.0.7
Full Changelog: v0.0.6...v0.0.7
Documentation: https://github.com/nnnkkk7/snowflake-emulator#readme
v0.0.6
Snowflake Emulator 0.0.6
A lightweight, open-source Snowflake emulator built with Go and DuckDB.
Installation
Docker (Recommended for all platforms):
docker pull ghcr.io/nnnkkk7/snowflake-emulator:0.0.6
docker run -p 8080:8080 ghcr.io/nnnkkk7/snowflake-emulator:0.0.6Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.
What's Changed
- chore: remove unnecessary example by @nnnkkk7 in #30
- docs: add link by @nnnkkk7 in #32
- deps: replace duckdb client by @nnnkkk7 in #33
Full Changelog: v0.0.5...v0.0.6
Full Changelog: v0.0.5...v0.0.6
Documentation: https://github.com/nnnkkk7/snowflake-emulator#readme
v0.0.5
Snowflake Emulator 0.0.5
A lightweight, open-source Snowflake emulator built with Go and DuckDB.
Installation
Docker (Recommended for all platforms):
docker pull ghcr.io/nnnkkk7/snowflake-emulator:0.0.5
docker run -p 8080:8080 ghcr.io/nnnkkk7/snowflake-emulator:0.0.5Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.
What's Changed
- docs: remove Snowflake SQL Functions Supported section by @nnnkkk7 in #25
- docs: fix badge placement in README.md by @nnnkkk7 in #27
- docs: add image for readme by @nnnkkk7 in #29
Full Changelog: v0.0.4...v0.0.5
Full Changelog: v0.0.4...v0.0.5
Documentation: https://github.com/nnnkkk7/snowflake-emulator#readme
v0.0.4
Snowflake Emulator 0.0.4
A lightweight, open-source Snowflake emulator built with Go and DuckDB.
Installation
Docker (Recommended for all platforms):
docker pull ghcr.io/nnnkkk7/snowflake-emulator:0.0.4
docker run -p 8080:8080 ghcr.io/nnnkkk7/snowflake-emulator:0.0.4Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.
What's Changed
- docs: update README with new features and examples by @nnnkkk7 in #20
- test: add comprehensive SQL operations tests for integration and REST API by @nnnkkk7 in #22
- docs: update readme by @nnnkkk7 in #24
Full Changelog: v0.0.3...v0.0.4
Full Changelog: v0.0.3...v0.0.4
Documentation: https://github.com/nnnkkk7/snowflake-emulator#readme
v0.0.3
What's Changed
- chore: refine GoReleaser configuration for native builds and clarify installation instructions by @nnnkkk7 in #16
- chore: improve dockerfile for security and performance by @nnnkkk7 in #18
- docs: remove architecture and layer design sections by @nnnkkk7 in #19
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- feat: add Renovate configuration for dependency management by @nnnkkk7 in #4
- ci: remove unnecessary by @nnnkkk7 in #6
- docs: update readme by @nnnkkk7 in #7
- refactor: rename BindingValue to QueryBindingValue and update related handlers for consistency by @nnnkkk7 in #8
- chore: add example code by @nnnkkk7 in #9
- ci: add workflow for docker by @nnnkkk7 in #10
- feat: add ALTER DATABASE and ALTER TABLE endpoints by @nnnkkk7 in #11
- feat: implement MERGE INTO support with handler and SQL parsing by @nnnkkk7 in #12
- refactor: replace COPY and MERGE handlers with processors by @nnnkkk7 in #13
- docs: update readme by @nnnkkk7 in #14
- chore: update GoReleaser and Docker configurations for docker artifact by @nnnkkk7 in #15
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- feat: add GoReleaser and tagpr workflows for automated releases by @nnnkkk7 in #2
- feat: Initial implementation of Snowflake Emulator by @nnnkkk7 in #1
New Contributors
Full Changelog: https://github.com/nnnkkk7/snowflake-emulator/commits/v0.0.1