Skip to content

Releases: opendatateam/udata

v1.0.8

14 Apr 05:25
Compare
Choose a tag to compare
  • Allow more headers in cors preflight headers #857#860
  • Fix editorialization admin #863
  • Fix missing completer images and ensure completion API is usable on a different domain #864

1.0.7

07 Apr 20:43
Compare
Choose a tag to compare

Milestone: 1.0.7

  • Fix display for zone completer existing values #845
  • Proper badge display on dataset and organization page #849
  • Remove useless discussions from views contexts. #850
  • Fix the inline resource edit button not redirecting to admin #852
  • Fix broken checksum component #846

v1.0.6

01 Apr 11:09
Compare
Choose a tag to compare

Milestone: 1.0.6

  • Default values are properly displayed on dataset form #745
  • Prevent a redirect on discussion fetch #795
  • API exposes both original and biggest thumbnail for organization logo, reuse image and user avatar #824
  • Restore the broken URL check feature #840
  • Temporarily ignore INSPIRE in ODS harvester #837
  • Allow X-API-KEY and X-Fields in cors preflight headers #841

v1.0.5

27 Mar 21:44
Compare
Choose a tag to compare
  • Fixes error display in forms #830
  • Fixes date range picker dates validation #830
  • Fix badges entries not showing in admin #825

v1.0.4

01 Mar 02:18
Compare
Choose a tag to compare
  • Fix badges trying to use API too early #799
  • Some minor tuning on generic references #801
  • Cleanup factories #808
  • Fix user default metrics not being set [migration] #809
  • Fix metric update after transfer #810
  • Improve spatial completion ponderation (spatial zones reindexation required) #811

v1.0.3

21 Feb 17:11
Compare
Choose a tag to compare
  • Fix JavaScript locales handling #786
  • Optimize images sizes for territory placeholders #788
  • Fix share popover in production build #793

MedKit

20 Feb 21:21
Compare
Choose a tag to compare
  • Fix assets packaging for production #763 #765
  • Transform udata_version jinja global into a reusable (by themes) package_version #768
  • Ensure topics datasets and reuses can display event with a topic parameter #769
  • Raise a 400 Bad Request when a bad class attribute is provided to the API
    (for entry point not using forms). #772
  • Fix datasets with spatial coverage not being indexed #778
  • Ensure theme assets cache is versionned (and flushed when necessary)
    #781
  • Raise maximum tag length to 96 in order to at least support
    official INSPIRE tags
    #782
  • Properly raise 400 error on transfer API in case of bad subject or recipient
    #784
  • Fix broken OEmbed rendering #783
  • Improve crawlers behavior by adding some meta[name=robots] on pages requiring it
    #777

Fix PyMongo

16 Feb 02:25
Compare
Choose a tag to compare
  • Pin PyMongo version (only compatible with PyMongo 3+)

First stable version

16 Feb 00:01
Compare
Choose a tag to compare

Breaking Changes

  • 2016-05-11: Upgrade of ElasticSearch from 1.7 to 2.3 #449

You have to re-initialize the index from scratch, not just use the reindex command given that ElasticSearch 2+ doesn't provide a way to delete mappings anymore. The command is udata search init and may take some time given the amount of data you are dealing with.

  • 2017-01-18: User search and listing has been removed (privacy concern)

New & Improved

  • 2017-01-06: Add some dataset ponderation factor: temporal coverage, spatial coverage,
    certified provenance and more weight for featured ones. Need reindexation to be taken into account.
  • 2016-12-20: Use all the Dublin Core Frequencies
    plus some extra frequencies.
  • 2016-12-01: Add the possibility for a user to delete its account in the admin interface

In some configurations, this feature should be deactivated, typically when
there is an SSO in front of udata which may cause some inconsistencies. In
that case, the configuration parameter DELETE_ME should be set to False (True
by default).

  • 2016-05-12: Add fields masks to reduce API payloads #451

The addition of fields masks in Flask-RESTPlus allows us to reduce the retrieved payload within the admin — especially for datasets — and results in a performances boost.

Fixes

  • 2016-11-29: Mark active users as confirmed #619
  • 2016-11-28: Merge duplicate users #617
    (A reindexation is necessary after this migration)

Deprecation

Theses are deprecated and support will be removed in some feature release.
See Deprecation Policy.

  • Theses frequencies are deprecated for their Dublin Core counter part:
    • fortnighlybiweekly
    • biannualsemiannual
    • realtimecontinuous