Skip to content

Commit 6dd4d78

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release federation-router 1.10.1
1 parent 143613a commit 6dd4d78

2 files changed

Lines changed: 20 additions & 15 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"apps/events-helsinki": "1.28.0",
33
"apps/sports-helsinki": "1.32.0",
44
"apps/hobbies-helsinki": "2.26.0",
5-
"proxies/events-graphql-federation": "1.10.0",
5+
"proxies/events-graphql-federation": "1.11.0",
66
"proxies/venue-graphql-proxy": "1.6.0",
77
"proxies/events-graphql-proxy": "1.5.0"
8-
}
8+
}

proxies/events-graphql-federation/CHANGELOG.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,47 @@
11
# Changelog
22

3-
## [1.10.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.9.0...federation-router-v1.10.0) (2025-08-14)
3+
## [1.11.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.10.0...federation-router-v1.11.0) (2025-10-22)
4+
5+
### Features
6+
7+
- Subgraphs and sueprgraph updated with event registration fields and new codegen results
8+
9+
### Bug Fixes
410

11+
- **codegen:** Remove comma from yml config ([1b5ca2a](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1b5ca2a76aaf6909b75faf150076654a39179663))
12+
13+
## [1.10.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.9.0...federation-router-v1.10.0) (2025-08-14)
514

615
### Features
716

8-
* **apollo-router:** Compose a new supergraph ([2d8c6b2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/2d8c6b28c9eeac9473f68e19412f424f26cc9596))
9-
* **apollo-router:** Update events schema for exp search fields ([65e0394](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/65e0394796759253b25943e180cfc7961de9e276))
10-
* **router:** Add cors rules to apollo federation router ([a5ea6d9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a5ea6d9b1bcc11eea12cd0eaefc5bd762775ca68))
17+
- **apollo-router:** Compose a new supergraph ([2d8c6b2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/2d8c6b28c9eeac9473f68e19412f424f26cc9596))
18+
- **apollo-router:** Update events schema for exp search fields ([65e0394](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/65e0394796759253b25943e180cfc7961de9e276))
19+
- **router:** Add cors rules to apollo federation router ([a5ea6d9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a5ea6d9b1bcc11eea12cd0eaefc5bd762775ca68))
1120

1221
## [1.9.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.8.0...federation-router-v1.9.0) (2024-09-03)
1322

14-
1523
### Features
1624

17-
* Use new CMS urls, also in RHHC, update subgraphs & supergraph ([078b147](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/078b147399d7139905c638d5feb50c253f5bb5a2))
25+
- Use new CMS urls, also in RHHC, update subgraphs & supergraph ([078b147](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/078b147399d7139905c638d5feb50c253f5bb5a2))
1826

1927
## [1.8.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.7.0...federation-router-v1.8.0) (2024-04-24)
2028

21-
2229
### Features
2330

24-
* Pages preview mode support ([#673](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/673)) ([0829161](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/0829161a2ec76742730266568b3d706cc6fab2a3))
31+
- Pages preview mode support ([#673](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/673)) ([0829161](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/0829161a2ec76742730266568b3d706cc6fab2a3))
2532

2633
## [1.7.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.6.1...federation-router-v1.7.0) (2024-03-14)
2734

28-
2935
### Features
3036

31-
* **dockerfile:** Use ubi9/nodejs-20 image & upgrade router v1.35->v1.40 ([eb2fbec](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/eb2fbec5abf685eef1ce81db898e23035584df9b))
37+
- **dockerfile:** Use ubi9/nodejs-20 image & upgrade router v1.35->v1.40 ([eb2fbec](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/eb2fbec5abf685eef1ce81db898e23035584df9b))
3238

3339
## [1.6.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.6.0...federation-router-v1.6.1) (2024-01-18)
3440

35-
3641
### Bug Fixes
3742

38-
* Hero ui tweaks ([#531](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/531)) ([af11c1b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/af11c1bf2dacf1c9d4e2444db26f410123de021e))
39-
* **router:** ProviderContactInfo field type should be a LocalizedObject ([fe23839](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/fe2383999246d7dbf6e309597c1b75999e098a75))
43+
- Hero ui tweaks ([#531](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/531)) ([af11c1b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/af11c1bf2dacf1c9d4e2444db26f410123de021e))
44+
- **router:** ProviderContactInfo field type should be a LocalizedObject ([fe23839](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/fe2383999246d7dbf6e309597c1b75999e098a75))
4045

4146
## [1.6.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.5.2...federation-router-v1.6.0) (2024-01-04)
4247

0 commit comments

Comments
 (0)