Skip to content

2023-December-05 - 2.6.14604

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Dec 01:41
c740a17
Run maps server as its own server (#12180)

* Run maps server as its own server

This update does a few thing:

- The majority of the update, splits off the Maps server code
  from Lobby & starts up the maps server on its own. Auth needs
  to be reworked still.

- adds a class called 'ClientIdentifiers' that we can use consistently
  to send all needed HTTP headers. Updates Maps HTTP Clients to accept
  and use ClientIdentifiers to create those headers. So, we now more
  consistently send all needed headers (for all maps related APIs at least)

* Add missing 'shadowJar' dependency