Skip to content

Releases: nnnkkk7/snowflake-emulator

v0.0.9

19 Jan 23:01
5fe8fb9

Choose a tag to compare

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.9

Binary (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

19 Jan 22:15
a31e33d

Choose a tag to compare

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.8

Binary (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

05 Jan 05:37
aed18dd

Choose a tag to compare

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.7

Binary (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

05 Jan 04:22
9523716

Choose a tag to compare

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.6

Binary (Linux x86_64 only):
Download the binary below. For macOS and ARM64, please use Docker.

What's Changed

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

02 Jan 23:26
5ff8147

Choose a tag to compare

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.5

Binary (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

02 Jan 12:15
53d9962

Choose a tag to compare

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.4

Binary (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

02 Jan 03:51
8d4eeed

Choose a tag to compare

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

02 Jan 01:49
cc66f83

Choose a tag to compare

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

30 Dec 13:03
5e47cfa

Choose a tag to compare

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