Skip to content

Releases: devforth/adminforth-import-export

v1.9.1

Choose a tag to compare

@ivictbor ivictbor released this 12 Aug 14:47

1.9.1 (2026-08-12)

Bug Fixes

  • include adminUser parameter in getExportDownloadUrl function for access control (e05aca4)

v1.9.0

Choose a tag to compare

@ivictbor ivictbor released this 31 Jul 09:40
a0b52c1

1.9.0 (2026-07-31)

Bug Fixes

  • create unique handler name for the multiple plugin instances and remove debug logs (0d7faf9)
  • increase chunk size to 100 paralel records and correct support of the DECIMAL datatype (b3a13da)

Features

  • add estimate of the csv file size, add new classicalUploadLimitMiB param and rename exportBigDataset -> exportViaUpload (ceb907d)
  • allow to provide chunk size from config (db26076)
  • implement exportBigDataset option to export big databases using aws s3 multipart upload and background jobs plugin (31c3942)

v1.8.1

Choose a tag to compare

@ivictbor ivictbor released this 07 Jul 09:05

1.8.1 (2026-07-07)

Bug Fixes

  • fix typo in error message (accd8ff)

v1.8.0

Choose a tag to compare

@ivictbor ivictbor released this 03 Jul 11:55

1.8.0 (2026-07-03)

Bug Fixes

Features

  • provide backend plugin api (a89470f)

v1.7.0

Choose a tag to compare

@ivictbor ivictbor released this 02 Jul 13:42

1.7.0 (2026-07-02)

Features

  • add export selected support (d57c918)

v1.6.2

Choose a tag to compare

@ivictbor ivictbor released this 01 Jul 14:29

1.6.2 (2026-07-01)

Bug Fixes

  • update adminforth dependency to version 3.8.2 and remove redundant parseBody calls (4d80c02)

v1.6.1

Choose a tag to compare

@ivictbor ivictbor released this 01 Jul 09:52

1.6.1 (2026-07-01)

Bug Fixes

  • correct export of JSON type fields (117c5f3)

v1.6.0

Choose a tag to compare

@ivictbor ivictbor released this 01 Jul 09:45
40492ba

1.6.0 (2026-07-01)

Bug Fixes

  • return request body validation errors as JSON (c1ec39b)
  • update adminforth version (3d17b47)

Features

  • add zod request body validation to plugin API endpoints (b1b97b7)

v1.5.4

Choose a tag to compare

@ivictbor ivictbor released this 29 Jun 17:49

1.5.4 (2026-06-29)

Bug Fixes

  • update adminforth version (43fd6ae)

v1.5.3

Choose a tag to compare

@ivictbor ivictbor released this 29 Jun 08:13

1.5.3 (2026-06-29)

Bug Fixes

  • validate request body for import/export operations (74b34cc)