Skip to content

Commit 9bdaa85

Browse files
committed
Deprecate public access to the router registry service
1 parent 5ac84d5 commit 9bdaa85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## 2.6.0 (????-??-??)
3+
## 2.6.0 (2021-06-17)
44

55
- Set correct cache factory on routers
6+
- Deprecate public access to the `gos_pubsub_router.router_registry` service
67

78
## 2.5.0 (2021-03-18)
89

config/services.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ services:
6464
gos_pubsub_router.router_registry:
6565
class: Gos\Bundle\PubSubRouterBundle\Router\RouterRegistry
6666
public: true
67+
tags:
68+
- { name: container.private, package: 'gos/pubsub-router-bundle', version: '2.6' }
6769

6870
gos_pubsub_router.routing.loader:
6971
class: Symfony\Component\Config\Loader\DelegatingLoader

0 commit comments

Comments
 (0)