Skip to content

Commit

Permalink
chore(version): v0.41.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Superposition Bot authored and Datron committed Apr 24, 2024
1 parent 3b7e262 commit b1462bc
Show file tree
Hide file tree
Showing 13 changed files with 1,516 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Push code to main
shell: bash
run: |
git push --follow-tags
git push origin --tags
1,228 changes: 1,228 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

119 changes: 119 additions & 0 deletions crates/cac_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,125 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## cac_client-v0.11.0 - 2024-04-24
#### Features
- ready for open source! - (5f7af15) - Kartik
#### Miscellaneous Chores
- **(version)** v0.40.0 [skip ci] - (cdfe3f4) - Jenkins

- - -

## v0.39.1 - 2024-04-24
#### Bug Fixes
- removed audit log middleware and reduced max db connection pool size to 2 - (bdfdaed) - Saurav Suman
#### Miscellaneous Chores
- **(version)** v0.39.1 [skip ci] - (9cf8f81) - Jenkins

- - -

## v0.39.0 - 2024-04-24
#### Bug Fixes
- fixed error in client - (5db1ba4) - ankit.mahato
#### Features
- Add filter support to client - (0cc2e6d) - ankit.mahato
#### Miscellaneous Chores
- **(version)** v0.39.0 [skip ci] - (3405b5d) - Jenkins

- - -

## v0.35.0 - 2024-04-24
#### Bug Fixes
- empty key filters should return all keys - (de71bb2) - Kartik
#### Documentation
- add intro doc and features - (85751e0) - Natarajan Kannan
#### Features
- client interface improvements - (659d384) - Kartik
- haskell client for superposition - (af6ea75) - Kartik
#### Miscellaneous Chores
- **(version)** v0.35.0 [skip ci] - (233bf7d) - Jenkins

- - -

## v0.32.0 - 2024-04-24
#### Documentation
- add intro doc and features - (39bd090) - Natarajan Kannan
#### Features
- haskell client for superposition - (0ce569b) - Kartik
#### Miscellaneous Chores
- **(version)** v0.32.0 [skip ci] - (ae88083) - Jenkins

- - -

## v0.28.0 - 2024-04-24
#### Features
- Replace merge-strategy option for resolve/eval - (032dc3a) - [email protected]
#### Miscellaneous Chores
- **(version)** v0.28.0 [skip ci] - (75396e5) - Jenkins

- - -

## v0.24.0 - 2024-04-24
#### Bug Fixes
- Do not remove keys with null value on merge - (06974f1) - [email protected]
#### Miscellaneous Chores
- **(version)** v0.24.0 [skip ci] - (372c9de) - Jenkins

- - -

## v0.17.0 - 2024-04-24
#### Features
- working resolve page - (27fbb99) - Kartik Gajendra
#### Miscellaneous Chores
- **(version)** v0.17.0 [skip ci] - (5759a15) - Jenkins

- - -

## v0.15.0 - 2024-04-24
#### Bug Fixes
- cac service to set last_modified header - (8ad81c3) - ankit.mahato
#### Features
- added format check in the JenkinsFile() - (3611ef3) - Saurav Suman
#### Miscellaneous Chores
- **(version)** v0.15.0 [skip ci] - (3afb567) - Jenkins
- move dependencies to workspaces - (bb87c89) - Kartik Gajendra

- - -

## v0.12.0 - 2024-04-24
#### Features
- multi-tenant support for client libraries - (f524388) - Shubhranshu Sanjeev
#### Miscellaneous Chores
- **(version)** v0.12.0 [skip ci] - (1612123) - Jenkins

- - -

## v0.6.1 - 2024-04-24
#### Bug Fixes
- patching overrides on default-config instead of merge - (8e311c7) - Ritick Madaan
#### Miscellaneous Chores
- **(version)** v0.6.1 [skip ci] - (5c471b2) - Jenkins

- - -

## v0.6.0 - 2024-04-24
#### Bug Fixes
- eval param fix - (a9c5b04) - Pratik Mishra
#### Features
- cac eval return update - (a2fde06) - Pratik Mishra
- Adding generic eval - (b63c753) - Pratik Mishra
#### Miscellaneous Chores
- **(version)** v0.6.0 [skip ci] - (a5f8757) - Jenkins

- - -

## v0.1.0 - 2024-04-24
#### Features
- added experimentation client with few fixes - (be0b70f) - Kartik Gajendra
#### Miscellaneous Chores
- **(version)** v0.1.0 [skip ci] - (bfbc1f5) - Jenkins

- - -

## cac_client-v0.10.0 - 2024-04-18
#### Features
- ready for open source! - (b7d36be) - Kartik
Expand Down
2 changes: 1 addition & 1 deletion crates/cac_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cac_client"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
build = "build.rs"

Expand Down
9 changes: 9 additions & 0 deletions crates/context_aware_config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## context_aware_config-v0.28.0 - 2024-04-24
#### Features
- ready for open source! - (5f7af15) - Kartik
#### Miscellaneous Chores
- **(version)** v0.40.0 [skip ci] - (cdfe3f4) - Jenkins
- open source superposition - (cbd5b6f) - Kartik

- - -

## context_aware_config-v0.27.0 - 2024-04-18
#### Features
- ready for open source! - (b7d36be) - Kartik
Expand Down
2 changes: 1 addition & 1 deletion crates/context_aware_config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "context_aware_config"
version = "0.27.0"
version = "0.28.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
11 changes: 11 additions & 0 deletions crates/experimentation_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## experimentation_platform-v0.14.0 - 2024-04-24
#### Bug Fixes
- post merge release tagging - (3b7e262) - Kartik
#### Features
- ready for open source! - (5f7af15) - Kartik
#### Miscellaneous Chores
- **(version)** v0.40.0 [skip ci] - (cdfe3f4) - Jenkins
- open source superposition - (cbd5b6f) - Kartik

- - -

## experimentation_platform-v0.13.0 - 2024-04-18
#### Features
- ready for open source! - (b7d36be) - Kartik
Expand Down
2 changes: 1 addition & 1 deletion crates/experimentation_platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "experimentation_platform"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
129 changes: 129 additions & 0 deletions crates/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,135 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## frontend-v0.7.0 - 2024-04-24
#### Features
- ready for open source! - (5f7af15) - Kartik
#### Miscellaneous Chores
- **(version)** v0.40.0 [skip ci] - (cdfe3f4) - Jenkins
- add PR testing workflows (#6) - (6085588) - Datron

- - -

## v0.38.2 - 2024-04-24
#### Bug Fixes
- function route fix - (6735635) - Pratik Mishra
#### Miscellaneous Chores
- **(version)** v0.38.2 [skip ci] - (64560fb) - Jenkins

- - -

## v0.38.0 - 2024-04-24
#### Features
- Add function support in dimension and default config form - (59ecc4c) - ankit.mahato
#### Miscellaneous Chores
- **(version)** v0.38.0 [skip ci] - (9208b3e) - Jenkins
#### Refactoring
- refactored service to use new error type and better error handling - (a99f4af) - Shubhranshu Sanjeev

- - -

## v0.36.0 - 2024-04-24
#### Features
- added decimal support in context and override form and fixed dimension modal - (c86b89a) - Saurav Suman
#### Miscellaneous Chores
- **(version)** v0.36.0 [skip ci] - (cdc46ce) - Jenkins

- - -

## v0.35.0 - 2024-04-24
#### Features
- added support for dynamic json schema in frontend - (e5164de) - Saurav Suman
- function ui - (7e859fc) - Pratik Mishra
#### Miscellaneous Chores
- **(version)** v0.35.0 [skip ci] - (233bf7d) - Jenkins

- - -

## v0.34.0 - 2024-04-24
#### Bug Fixes
- added type for condition - (fb14036) - Saurav CV
- ui bug fix for contexts - (7856b95) - Saurav CV
#### Miscellaneous Chores
- **(version)** v0.34.0 [skip ci] - (bd807ec) - Jenkins

- - -

## v0.33.0 - 2024-04-24
#### Features
- refactor resolve page - (3005cfc) - Kartik
#### Miscellaneous Chores
- **(version)** v0.33.0 [skip ci] - (693a023) - Jenkins

- - -

## v0.30.1 - 2024-04-24
#### Bug Fixes
- adding min-width settings for table component - (6f70186) - Kartik
#### Miscellaneous Chores
- **(version)** v0.30.1 [skip ci] - (fd38192) - Jenkins

- - -

## v0.29.0 - 2024-04-24
#### Bug Fixes
- added drawer, improved UX & single click override addition to variants - (50c8a96) - Shubhranshu Sanjeev
- transpose columns in single experiment page for variants - (f3bfcc0) - Kartik
- add traffic percentage to experiments table - (a270dee) - Kartik
- fix copy of experiment ID - (f039558) - Kartik
- using SERVICE_NAME in is_server instead of SERVER_NAME(wrong var name) - (b018117) - Shubhranshu Sanjeev
- fixing error message for experiment create and bulk context api - (3d64762) - Jenkins
- refactored experiment page and fixed experiment edit flow - (1c678b9) - Shubhranshu Sanjeev
- getting api hostname from env for frontend - (8141696) - Shubhranshu Sanjeev
- fixed host resolve issue for internal calls in SSR. - (5c0ebc3) - Shubhranshu Sanjeev
- error resolving pages with internal call to server - (46ca970) - Shubhranshu Sanjeev
- refactored DefaultConfig component + fixed edit flow - (dfd8abb) - Shubhranshu Sanjeev
- fixed dimension form edit flow + fixed table component CellFormatter to accept move closures - (a297aca) - Shubhranshu Sanjeev
- frontend build process - (c937b68) - Shubhranshu Sanjeev
- fixed tenant hydration bug - (3311c5e) - Saurav Suman
- fixed ci-test to support multi-tenant setup - (cad8e7f) - Shubhranshu Sanjeev
- cleanup code - (00c36a6) - Kartik Gajendra
- UI fixes for demo - (caa9739) - Kartik Gajendra
- frontend multi-tenancy support + config and dimension page - (adafb49) - Shubhranshu Sanjeev
- fixed experiment list page feedback - (41905a6) - Shubhranshu Sanjeev
- context parsing - (ba2d33b) - Kartik Gajendra
- resolve UI bugs - (8b0d0a3) - Kartik Gajendra
- dimensions page updates - (b04d3f5) - ankit.mahato
#### Features
- url click and text wrap fixes - (6553e30) - Saurav CV
- support for service prefix - (19223be) - Shubhranshu Sanjeev
- added bool, i64 and decimal in default config form - (adad811) - Saurav Suman
- added authentication header for frontend apis - (e1ab466) - Saurav Suman
- added between in frontend - (4bf9ac8) - Akhilesh Bhadauriya
- added validation inside default config form , formatted dates , added disable feature of edit - (97f7f1b) - Saurav Suman
- resolve page with unified UI - (83d0f03) - Kartik Gajendra
- working resolve page - (27fbb99) - Kartik Gajendra
- fixed experiment suspense block , added generic button - (93a3abd) - Saurav Suman
- experiment create form - (588d15a) - Shubhranshu Sanjeev
- fixed theme + ui changes + form validation + context validation error handling - (6376194) - Saurav Suman
- working resolve page - (c651e4a) - Kartik Gajendra
- added state changes in the form - (3843763) - Saurav Suman
- testing create form - (c697e4d) - Kartik Gajendra
- working experiments page - (ba2eb38) - Kartik Gajendra
- experiment UI - (3ce29f0) - Kartik Gajendra
- added default config and override screen - (27f1236) - Saurav Suman
- added default config page - (c8bcfcc) - Saurav Suman
- working experiments page - (bf94e31) - Kartik Gajendra
- override and context form - (3a6036c) - Shubhranshu Sanjeev
- dimensions - (24b4cbf) - ankit.mahato
- added experiment-list page - (d00db1c) - Shubhranshu Sanjeev
- experiment UI - (1f4bd77) - Kartik Gajendra
- ui for cac and exp - (7e87921) - Shubhranshu Sanjeev
- added frontend crate,combined frontend and backend binaries () - (345b4af) - Saurav Suman
#### Miscellaneous Chores
- **(version)** v0.29.0 [skip ci] - (53a20b5) - Jenkins
- formatted code + cleanup - (ec7aecc) - Shubhranshu Sanjeev
- formatted frontend code - (4db1f16) - Shubhranshu Sanjeev
#### Refactoring
- using snake case for component fxn names - (8a5b1b1) - Shubhranshu Sanjeev
- fixed warnings, added redirection for home page and script for setting up the project - (0ee0618) - Saurav Suman

- - -

## frontend-v0.6.0 - 2024-04-18
#### Features
- ready for open source! - (b7d36be) - Kartik
Expand Down
2 changes: 1 addition & 1 deletion crates/frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frontend"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

[lib]
Expand Down
9 changes: 9 additions & 0 deletions crates/service_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## service_utils-v0.15.0 - 2024-04-24
#### Features
- ready for open source! - (5f7af15) - Kartik
#### Miscellaneous Chores
- **(version)** v0.40.0 [skip ci] - (cdfe3f4) - Jenkins
- add PR testing workflows (#6) - (6085588) - Datron

- - -

## service_utils-v0.14.0 - 2024-04-18
#### Features
- ready for open source! - (b7d36be) - Kartik
Expand Down
Loading

0 comments on commit b1462bc

Please sign in to comment.