Skip to content

Commit

Permalink
doc: Update changelog and migration guide
Browse files Browse the repository at this point in the history
As this could be a minor breaking change for some users, it's necessary
to notify them by updating the changelog and migration guide.
  • Loading branch information
vitoyucepi committed May 5, 2024
1 parent d5c1b28 commit 5efb598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Changed:
- Added `parents` option of `file.mkdir` (#3600, #3601).
- Added `forced_major_collections` record field to the result of `runtime.gc.stat()` and
`runtime.gc.quick_stat()` (#3783).
- Changed the port for the built-in Prometheus exporter to `9599` (#3801).

---

Expand Down
5 changes: 5 additions & 0 deletions doc/content/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ end
unwanted requests before consuming process time. If you need to see the request's metadata or if the request resolves
into a valid tile, however, you might need to call `request.resolve` inside your `check_next` script.

### Prometheus

The default port for the Prometheus metrics exporter has changed from `9090` to `9599`.
As before, you can change it with `settings.prometheus.server.port := <your port value>`.

## From 2.1.x to 2.2.x

### References
Expand Down

0 comments on commit 5efb598

Please sign in to comment.