Skip to content

Commit

Permalink
docs: Added v0.2.1 changelog (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko authored Nov 3, 2024
1 parent bfee93d commit 1f0dd68
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/release_notes/greenmask_0_2_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Greenmask 0.2.1

This release introduces two new features transformation conditions and transformation inheritance for primary and
foreign keys. It also includes several bug fixes and improvements.

## Changes

* Feat: [Transformation conditions](../built_in_transformers/transformation_condition.md)
execute a defined transformation only if a specified condition is
met. [#133](https://github.com/GreenmaskIO/greenmask/pull/133)
* Feat: [Transformation inheritance](../built_in_transformers/transformation_inheritance.md) - transformation
inheritance for partitioned tables and tables with foreign keys. Define once and apply to all.
* CI/CD: Add golangci-lint job to pull request check [#223](https://github.com/GreenmaskIO/greenmask/pull/223)
* CI/CD: Deploy development version of the documentation (main branch) and divided jobs into separate blocks and made them
reusable [#212](https://github.com/GreenmaskIO/greenmask/pull/212)
* Fix: Fixed type in subset documentation [#211](https://github.com/GreenmaskIO/greenmask/pull/211)
* Fix: Bump go and python dependencies [#219](https://github.com/GreenmaskIO/greenmask/pull/219)
* Fix: Fatal validation error in playground [#224](https://github.com/GreenmaskIO/greenmask/pull/224)
* Fix: Code refactoring and golangci-lint warns fixes [#226](https://github.com/GreenmaskIO/greenmask/pull/226)
* Docs: Revised README.md - added badges, updated the description, added getting started section, added greenmask design
schema [#216](https://github.com/GreenmaskIO/greenmask/pull/216) [#217](https://github.com/GreenmaskIO/greenmask/pull/217) [#218](https://github.com/GreenmaskIO/greenmask/pull/218)
* Docs: main page errors in docs [#221](https://github.com/GreenmaskIO/greenmask/pull/221)
* Docs: Revised README.md according to the latest changes [#225](https://github.com/GreenmaskIO/greenmask/pull/225)
* Docs: moved documentation to docs.greenmask.io, added feedback form and GA
integration [#220](https://github.com/GreenmaskIO/greenmask/pull/220)

#### Full Changelog: [v0.2.0...v0.2.1](https://github.com/GreenmaskIO/greenmask/compare/v0.2.0...v0.2.1)

## Links

Feel free to reach out to us if you have any questions or need assistance:

* [Greenmask Roadmap](https://github.com/orgs/GreenmaskIO/projects/6)
* [Email](mailto:[email protected])
* [Twitter](https://twitter.com/GreenmaskIO)
* [Telegram](https://t.me/greenmask_community)
* [Discord](https://discord.gg/tAJegUKSTB)
* [DockerHub](https://hub.docker.com/r/greenmask/greenmask)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ nav:
- Faker function: built_in_transformers/advanced_transformers/custom_functions/faker_function.md
- About: index.md
- Release notes:
- Greenmask 0.2.1: release_notes/greenmask_0_2_1.md
- Greenmask 0.2.0: release_notes/greenmask_0_2_0.md
- Greenmask 0.2.0b2: release_notes/greenmask_0_2_0_b2.md
- Greenmask 0.2.0b1: release_notes/greenmask_0_2_0_b1.md
Expand Down

0 comments on commit 1f0dd68

Please sign in to comment.