You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,26 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
19
19
20
20
# Version 1
21
21
22
+
# 1.34.3 - 2024-09-01
23
+
24
+
- Same as 1.34.2 but tagged on the 1.x banch instead of the feature branch.
25
+
26
+
# 1.34.2 - 2024-09-01
27
+
28
+
- More cleanup of the rate-limiter configuration. The service name is the full service name of the rate limiter, e.g. `limiter.my_name` when configuring `framework.rate_limiter.my_name`.
29
+
30
+
# 1.34.1 - 2024-09-01
31
+
32
+
- The rate-limiter name in the throttle plugin configuration is required.
33
+
34
+
# 1.34.0 - 2024-06-17
35
+
36
+
- Support to configure the throttle plugin.
37
+
38
+
# 1.33.1 - 2024-05-27
39
+
40
+
- Fixed extension to depend on the DependencyInjection component rather than the HttpKernel.
41
+
22
42
# 1.33.0 - 2024-02-27
23
43
24
44
- Support php-http/cache-plugin 2.0 and bump minimal version to 1.7 by defaulting the stream factory for cache to `httplug.psr17_stream_factory` (#448).
0 commit comments