Skip to content

Commit

Permalink
Add a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc committed Sep 12, 2024
1 parent dd5ba83 commit b251a7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ title: Changelog
sidebar_label: Changelog
---

## 7.1.0

### Breaking Changes

- #698 Removes some methods and classes, namely:
- Combined `SchemaFactory::addControllerNamespace()` and `SchemaFactory::addTypeNamespace()` into one `SchemaFactory::addNamespace()`
- Removed `SchemaFactory::setGlobTTL()`, `FactoryContext::get*TTL()` and `RootTypeMapperFactoryContext::get*TTL()` as GraphQLite no longer uses TTLs to invalidate caches
- Removed `StaticClassListTypeMapper` in favor of `ClassFinderTypeMapper` used with `StaticClassFinder`
- Renamed `GlobTypeMapper` to `ClassFinderTypeMapper`
- Renamed `SchemaFactory::setClassBoundCacheContractFactory()` to `SchemaFactory::setClassBoundCache()`,
`FactoryContext::getClassBoundCacheContractFactory()` to `FactoryContext::getClassBoundCache()` and changed their signatures
- Removed `RootTypeMapperFactoryContext::getTypeNamespaces()` in favor of `RootTypeMapperFactoryContext::getClassFinder()`

### Improvements

- #698 Performance optimizations and caching in development environments (`devMode()`). @oprypkhantc

## 7.0.0

### Breaking Changes
Expand Down

0 comments on commit b251a7e

Please sign in to comment.