Skip to main content

70 posts tagged with "release"

View all tags

Version 7.30.3153

Main Changes

Universal (UV)

  • Added checks for the specified work and rest schedule for the performer: PERFORMER_WRR_MUST_BE_SET, PERFORMER_WRR_INVALID_REST_COUNT, PERFORMER_WRR_INVALID_BREAK_COUNT, PERFORMER_WRR_MEANINGLESS_REST, PERFORMER_WRR_MEANINGLESS_BREAK

Studio (ST)

  • Added the Number of Round Trips column to the transport table.
  • Added a custom table column editor.
  • Fixed an error with the open folder history.
  • Added hotkeys for navigating through the open folder history: alt + ← ↑ →.
  • Added a file name check before creating.
  • Added a folder name check before creating.
  • Added confirmation by pressing enter in modal windows.
  • Added saving of column settings for additional resource tables.
  • Updated the JSON editor.

Update Information

The API version is backwards compatible; libraries must be updated.

Version 7.29.3120

Main Changes

Universal (UV)

  • Added a check to ensure that an order can be fulfilled within the specified loading window, even if no transport matches.

Studio (ST)

  • Added a dynamic table for round trips.
  • Added error and warning counters to the experiment infobar.
  • Added a today button for calendars.

Admin (AD)

  • Fixed documentation retrieval.
  • Fixed the quota table.

Update Information

The API version is backwards compatible; libraries need to be updated.

Version 7.28.3096

Main Changes

Studio (ST)

  • Added a method for bulk deleting assignments, delete_hardlinks_batch
  • Added a method for bulk deleting locations, delete_locations_batch
  • Added a method for bulk deleting performers, delete_performers_batch
  • Added a method for bulk deleting transports, delete_transports_batch

Update Information

Libraries need to be updated.

Changes for Studio, Registry, and Monitor

  • Standardized file keys:
    • experiment_key => file_key
    • configuration_key => file_key
    • wave_key => file_key
  • Standardized batch method names:
    • the endings of the paths of the methods for retrieving tables have been renamed from /list to /table
    • read_facts => read_facts_table
    • delete_facts => delete_facts_batch
    • enable_facts => enable_facts_batch
    • disable_facts => disable_facts_batch
    • read_hardlinks => read_facts_table
    • enable_hardlinks => enable_hardlinks_batch
    • disable_hardlinks => disable_hardlinks_batch
    • read_trips => read_trips_table
    • delete_trips => delete_trips_batch
    • read_locations => read_locations_table
    • read_performers => read_performers_table
    • enable_performers => enable_performers_batch
    • disable_performers => disable_performers_batch
    • read_transports => read_transports_table
    • enable_transports => enable_transports_batch
    • disable_transports => disable_transports_batch
  • Standardized path parameter names:
    • folder_key for path => target_folder_key
    • company_key for path => target_company_key
    • username for path => target_username

Version 7.27.3079

Main Changes

Universal (UV)

  • Updated the scheduling task queue mechanism.
  • Updated documentation and corrected examples.

Registry (RG)

  • Updated the schema editor.

Account (AC)

  • Corrected user edit forms.
  • Corrected auditing for tasks with post-processing.

Update Information

The API version is backward compatible; libraries must be updated.

Version 7.26.3024

Main Changes

Universal (UV)

  • Fixed retrieving intermediate statistics for tasks with post-processing.

Studio (ST)

  • Support for the COMPANY_OWNER and OVERLORD roles for the virtual file system.
  • Added translation for Boolean attributes in tables.
  • Added a scale bar for maps.

Registry (RG)

  • Added folder export/import functionality.
  • Fixed error indication in the JSON editor.

Update Information

The API version is backward compatible, libraries need to be updated.

Version 7.25.3009

Main Changes

Studio (ST)

  • Added the ability to approve flights after manual review.
  • Added the 'message' field output from calculation results.
  • Added numbering for new folders and files.
  • Fixed a highlighting error for trip-related resources.
  • Fixed folder restoration from an archive.

Update Information

  • Fixed openapi files for optional strings - set null or "" as the default value.
  • Fixed openapi files for optional arrays - set [] as the default value.

The API version is backward compatible, libraries need to be updated.

Version 7.24.2983

Main Changes

Universal (UV)

  • The maximum number of breaks has been increased to 14.
  • Added the ability to configure calls to an external extension.

Studio (ST)

  • Updated the map background to the latest version.
  • Added a folder preview - view contents without opening the folder.
  • Added the ability to specify a folder lifetime.
  • The number of custom fields has been increased to 10.
  • Fixed the format for copying the time window attribute value.
  • Added the ability to copy a folder link.
  • Fixed an error saving column settings.
  • Fixed an error saving the paginator in explorer when reloading the page.
  • Fixed an error changing the time zone in the ganttchart.

Registry (Rg)

  • New tool - an editable settings registry.

Monitor (Mn) / Specialist

Update information

The API version is backward compatible, libraries need to be updated.

Version 7.23.2926

Main changes

Universal (UV)

  • Fixed warehouse load accounting.
  • Fixed the check that returns the warning MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED.
  • Fixed the check that returns the logical error LOCATION_LIMITS_VIOLATION.

Studio (ST)

  • Added a method for getting a folder key by path.
  • Speeded up methods for working with tables.
  • Fixed saving user settings.
  • Updated map background server.

Update information

The API version is backward compatible, libraries need to be updated.

Version 7.22.2904

Main changes

General

  • All services have been migrated to the OpenAPI 3.1.1 standard.
  • Documentation has been updated.

Studio (ST)

  • Methods for working with experiments and the explorer have been sped up.
  • Auto-management of width and value reduction has been added to the tag component.
  • Fixed a bug where trips were not loaded onto the map.
  • Added the ability to clone the experiment resource table into an additional tab.

Update information

The API version is backward compatible, libraries need to be updated.

Version 7.21.2852

Main changes

Studio (ST)

  • Added a method for creating a folder by path from the root.
  • A column with the number of shifts was added to the performers table.
  • Columns with the number of shifts and the total capacity by compartments were added to the transport table.
  • Fixed errors when working with the explorer in client libraries.
  • Methods for working with experiments (creation, receipt, deletion) were sped up.

Update information

Libraries for java and kotlin are now published in maven central.

The API version is backward compatible, it is recommended to update the libraries.