Skip to content

Releases: MDalfre/sr-sqs

v3.1.0-release

26 Mar 07:05
c674d31
Compare
Choose a tag to compare
  • Changed all threads to coroutine scopes;
  • Fixed aws imports from gradle;
  • Upgrade to gradle 7.2;
  • Added a loading bar that indicates loading queues;
  • Added log for success fetch queues.

v3.0.0-release

19 Jan 07:22
a0ee59f
Compare
Choose a tag to compare

Major update:

  • Jetpack compose update;
  • Kotlin Update;
  • Java Update;
  • Correction for most issues with threading;
  • Correction for colors in UI;
  • Fixed unstable connection under proxy;
  • Fixed imports for standalone versions.

v2.1.4-release

25 Sep 03:41
Compare
Choose a tag to compare

What's Changed

  • MainView.kt refactored;
  • New VariableStore created;
  • New json viewer;
  • Online version check.

Full Changelog: v2.1.3-release...v2.1.4-release

Mock mode: Import file

23 Sep 06:55
0c2599f
Compare
Choose a tag to compare

What's Changed

  • New json import for mock mode;
  • Fixed high memory consumption;
  • Queue list are now sorted by name;
  • Small bugfixes.

Full Changelog: v2.1.2...v2.1.3-release

v2.1.2-release

21 Sep 06:46
57d1766
Compare
Choose a tag to compare

What's Changed

  • Jetpack Compose upgrade;
  • Reduced the size from package;
  • Now mock can handle field substitution;
  • Bugfixes .

Full Changelog: v2.0.0-release...v2.1.2

v2.0.0-release

11 Mar 02:01
a0ab648
Compare
Choose a tag to compare
  • New mock mode;
  • New theme colors.

v1.3.1-Release

07 Jan 21:29
72799be
Compare
Choose a tag to compare
  • Fixed get messages now return all messages avaliable;
  • Added Dump to file;
  • Added Import file;
  • Version change

v1.2.1-Release

13 Dec 21:42
1703e00
Compare
Choose a tag to compare
  • Reprocess DLQ queue messages;
  • Login to AWS using Session Key;
  • Small bug fixes.

What's Changed

Full Changelog: v1.1.1-release...v1.2.1-release

v1.1.1-Release

12 Aug 03:02
a9d8175
Compare
Choose a tag to compare
  • New Theme;
  • Select AWS region is now possible;
  • Create Queues;
  • Create init.sh for AWS LocalStack;
  • Small corrections.

v1.0.1-beta

11 Aug 03:42
38e7375
Compare
Choose a tag to compare

Fixed standalone version.

  • Linux version working.
  • Windows version working.