Skip to content

Releases: umap-project/umap

2.9.3 - 2025-03-07

07 Mar 15:30
Compare
Choose a tag to compare
  • be explicit in the message that logout is needed after adding a new oauth provider

2.9.2 - 2025-03-04

04 Mar 14:57
Compare
Choose a tag to compare

2.9.1 - 2025-03-03

03 Mar 17:41
Compare
Choose a tag to compare

2.9.0 - 2025-03-03

03 Mar 14:50
Compare
Choose a tag to compare

This release is mainly about making the sync feature deployable and more stable (but still
not yet activated by default).

New features

Bug fixes

Internal changes

Accessibility

New Contributors

2.9.0b0 - 2025-01-31

31 Jan 17:44
Compare
Choose a tag to compare
2.9.0b0 - 2025-01-31 Pre-release
Pre-release

New features

Bug fixes

Internal changes

New Contributors

2.8.2 - 2024-12-26

26 Dec 10:25
Compare
Choose a tag to compare

Bug fixes

2.8.1 - 2024-12-24

24 Dec 08:58
Compare
Choose a tag to compare

Bug fixes

2.8.0 - 2024-12-18

18 Dec 11:18
Compare
Choose a tag to compare

What's Changed

This release is mainly about being able to deploy uMap on helm/k8s, with a S3-compatible storage. Doing so,
we introduce two new map statuses:

  • "draft" (which is now the default, unless you change the UMAP_DEFAULT_SHARE_STATUS setting), which
    makes the maps private by default
  • "deleted", which make that now a delete will be a soft delete (and the command umap empty_trash
    could be run to do the real delete).

Also pursuing the code cleaning (more modules and spliting uMap core code from Leaflet rendering one).

Finally, this is now the javascript who create the datalayer uuid, and then push it to the back. This
is for preparing for the synchronisation between clients.

Breaking change

  • if you use X-Accel-Redirect with Nginx, you must make sure that the X-DataLayer-Version header
    is forwarded to the client. This is the line you usually need to add in your Nginx /internal/ config:

      add_header X-DataLayer-Version $upstream_http_x_datalayer_version;
    

New features

Bug fixes

Internal changes

Changed templates

  • umap/css.html:
    • added umap/css/bar.css
    • added umap/css/popup.css
  • umap/js.html:
    • added umap/css/bar.js
  • umap/templates/registration/login.html
  • umap/templates/umap/map_init.html
    • changed the way we instanciate Umap (instead of U.Map)
  • umap/templates/umap/user_dashboard.html
    • changed the way we instanciate Umap (instead of U.Map)

New Contributors

2.8.0b0 - 2024-12-17

17 Dec 18:08
Compare
Choose a tag to compare
2.8.0b0 - 2024-12-17 Pre-release
Pre-release

New features

Bug fixes

2.8.0a2 - 2024-12-12

13 Dec 08:34
Compare
Choose a tag to compare
2.8.0a2 - 2024-12-12 Pre-release
Pre-release

Bug fixes