Skip to content

Commit

Permalink
chore: update CHANGELOG with 0.7.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 authored Jun 27, 2024
1 parent 11c9c78 commit c00a2fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<!-- markdownlint-disable -->
# CHANGELOG

## v0.7.0 2024-06-27

### features

**BROKENCHANGE** Update `S3Connection` and `DatabaseConnection` to `SecretClass` and `SecretClass` support `SecretClass.authentication.zncdata.dev` and `SecretClass.s3.zncdata.dev` group

- Add group `s3.zncdata.dev` to `s3` package, and move `S3Connection` and `S3Bucket` to `s3` package
- Add group `database.zncdata.dev` to `database` package, and move `DatabaseConnection` and `Database` to `database` package
- Add `AuthenticationClass.authentication.zncdata.dev`, and support oidc ldap tls and static
- Use `SecretClass` provide `S3Connection` credential

### chore

- typo fix issue template

## v0.6.0 2024-06-24

### features
Expand Down

0 comments on commit c00a2fb

Please sign in to comment.