github umap-project/umap 3.0.0
3.0.0 - 2025-04-07

latest releases: 3.0.5, 3.0.4, 3.0.3...
23 days ago

This is the first release to officially support colaborative real-time map editing.
It introduces ASGI deployement, to support websockets, and adds Redis in the stack.
But it's still possible to continue deploying in WSGI for now, and Redis is only
mandatory when using the real-time feature.

How to use the real-time editing feature in your instance:

Other notable changes:

  • a first version of a real undo/redo
  • map categories; those are defined through the UMAP_TAGS settings

Note: you may want to update your search index to include the category search,
see https://docs.umap-project.org/en/stable/config/settings/#umap_search_configuration

New features

Bug fixes

Internal changes

Accessibility

Changed templates

  • auth/user_detail.html
  • auth/user_stars.html
  • umap/content.html
  • umap/home.html
  • umap/map_fragment.html
  • umap/map_list.html
  • umap/search.html
  • umap/search_bar.html
  • umap/team_detail.html

Don't miss a new umap release

NewReleases is sending notifications on new releases.