v.2.4.14

Improvements:

  1. [LUNA-5320] The database connection_pool_size setting is now available in the service configuration.

  2. [LUNA-5327] The end_time field was added for events. Now it is possible to:

    • create events with end_time (post events)

    • get events using the end_time__gte/end_time__lt filters and use end_time as a target (get events)

    • match events using end_time__gte/end_time__lt filters and set end_time as a target returned in the matching results (match events)

    • get statistics on events and specify the end_time as a target (events statistics)

Migration:

Warning

New migration includes updating the event table and building an index on the new end_time field, can take a long time.

See a migration manual.