Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-ra authored Jul 16, 2022
1 parent 13d33d6 commit 32ab008
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,25 @@ Types of changes:

## [Unreleased]

## [3.5.0] - 2022-06-07
## [4.0.0] - 2022-07-17
## Added
- **New Feature - schema usage**
- New DB migration adds `clients`, `clients_persisted_queries_rel` and `schema_hit` tables
- Async workrer which analyzes graphql queries and maps them onto schemas to generate schema hits (usage), see `src/worker` and also `examples` for more details. As this requires manual setup, released as major version.
- graphql schemas & resolvers to provide schema usage
- UI to see schema usage tab (under specific service schema)
- Added rumble-charts dependency to draw graphs
- UI - renamed schemas -> services in menu & added counter
- Added redlock dependency - it now locks schema registration for some time in case multiple instances of new service try to register same schema & overload the DB. Now only one instance gets access and others wait
- Tooling
- added integration tests, mostly useful for worker testing as its async


## Updated
- async-redis -> ioredis
- docker-compose files are not simpler and more composeable

## [3.5.0] - 2022-07-14

## Updated

Expand Down

0 comments on commit 32ab008

Please sign in to comment.