Version Packages (#3801)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
068cd499a0
commit
11bc794253
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-search-backend-module-confluence-collator': minor
|
||||
---
|
||||
|
||||
Added configurable rate limiting to the Confluence plugin to mitigate excessive requests and improve performance under high load. Administrators can now set limits on API calls to better control usage. Please refer to the documentation for configuration details.
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-search-backend-module-confluence-collator
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7f9ae73: Added configurable rate limiting to the Confluence plugin to mitigate excessive requests and improve performance under high load. Administrators can now set limits on API calls to better control usage. Please refer to the documentation for configuration details.
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-search-backend-module-confluence-collator",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"description": "The confluence-collator backend module for the search plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
|
|
|||
Loading…
Reference in New Issue