Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10c1197

Browse files
authoredDec 18, 2024··
Updated docs for v8.0.0 (#720)
1 parent 796e4cb commit 10c1197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5661
-2
lines changed
 

‎website/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ The [versioning section of the Docusaurus documentation](https://docusaurus.io/d
5050
```bash
5151
$ docusaurus docs:version 1.1
5252
```
53-
*Be sure to include the X.X in the version, not just X.*
53+
*Be sure to include the X.X.X in the version, not just X.*
5454
3. Technically, you're done, just commit these changes and the CI workflow will deploy when merged into `master`.

‎website/docs/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ title: Changelog
44
sidebar_label: Changelog
55
---
66

7+
## 8.0.0
8+
9+
### Breaking Changes
10+
11+
- [#677 Drops support for Doctrine annotations](https://github.com/thecodingmachine/graphqlite/pull/677) @fogrye
12+
13+
### Improvements
14+
15+
- [#668 Adds working examples to docs](https://github.com/thecodingmachine/graphqlite/pull/668) @shish
16+
- [#698 Performance optimizations and caching in development environments (`devMode()`)](https://github.com/thecodingmachine/graphqlite/pull/698) @oprypkhantc]
17+
18+
### Bug Fixes
19+
20+
- [#702 Fix prefetching for nested fields](https://github.com/thecodingmachine/graphqlite/pull/702) @sudevva
21+
22+
### Minor Changes
23+
24+
- [#695 Removes dependecy to unmaintained thecodingmachine/cache-utils dependency](https://github.com/thecodingmachine/graphqlite/pull/695) @xyng
25+
- [#712 Caching improvements with use of multiple ClassFinders](https://github.com/thecodingmachine/graphqlite/pull/712) @andrew-demb
26+
727
## 7.1.0
828

929
### Breaking Changes
@@ -14,7 +34,7 @@ sidebar_label: Changelog
1434
- Removed `FactoryContext::get*TTL()` and `RootTypeMapperFactoryContext::get*TTL()` as GraphQLite no longer uses TTLs to invalidate caches
1535
- Removed `StaticClassListTypeMapper` in favor of `ClassFinderTypeMapper` used with `StaticClassFinder`
1636
- Renamed `GlobTypeMapper` to `ClassFinderTypeMapper`
17-
- Renamed `SchemaFactory::setClassBoundCacheContractFactory()` to `SchemaFactory::setClassBoundCache()`,
37+
- Renamed `SchemaFactory::setClassBoundCacheContractFactory()` to `SchemaFactory::setClassBoundCache()`,
1838
`FactoryContext::getClassBoundCacheContractFactory()` to `FactoryContext::getClassBoundCache()` and changed their signatures
1939
- Removed `RootTypeMapperFactoryContext::getTypeNamespaces()` in favor of `RootTypeMapperFactoryContext::getClassFinder()`
2040

0 commit comments

Comments
 (0)
Please sign in to comment.