Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1abb3c7
Upgraded Sailor to 4.0.4-SNAPSHOT for testing on the platform
A3a3e1 Sep 26, 2025
6e65c41
debug env commit
A3a3e1 Oct 1, 2025
9cad287
Added action to debug streaming to Maester of 10-15mb objects
A3a3e1 Oct 8, 2025
07f9ae6
New sailor
A3a3e1 Oct 8, 2025
0d545c2
some logs improvements
A3a3e1 Oct 8, 2025
435c70e
Added action to emit many small messages
A3a3e1 Oct 9, 2025
8994548
sailor 12
A3a3e1 Oct 9, 2025
98721c5
sailor MASTER to compare behavior
A3a3e1 Oct 9, 2025
9444977
Added multithreaded processing of amqp publishers to sailor
A3a3e1 Oct 9, 2025
583c821
Added multithreaded processing of amqp publishers to sailor
A3a3e1 Oct 9, 2025
eeb4e33
sailor-jvm-5.0.0-SNAPSHOT test
A3a3e1 Oct 10, 2025
1508e28
sailor-jvm-5.0.0-SNAPSHOT.1 test
A3a3e1 Oct 14, 2025
464579e
sailor-jvm-5.0.0-SNAPSHOT.2 (get rid of streams in sailor) test
A3a3e1 Oct 16, 2025
7f4935b
rework emit message 5mb
A3a3e1 Oct 16, 2025
00ed36f
rework emit message 5mb
A3a3e1 Oct 16, 2025
d54f06a
rework emit message 5mb
A3a3e1 Oct 16, 2025
96d1e17
rework emit message 5mb
A3a3e1 Oct 17, 2025
cc4a382
rework emit message 5mb
A3a3e1 Oct 17, 2025
495f69d
rework emit message 5mb
A3a3e1 Oct 17, 2025
92a80fe
made json 10mb size
A3a3e1 Oct 17, 2025
f4ca257
made json 50mb size
A3a3e1 Oct 17, 2025
ac8b78e
Made component ready for testing
A3a3e1 Nov 11, 2025
7437260
Got rid of sailor test actions
A3a3e1 Nov 13, 2025
fe45f11
Released sailor
A3a3e1 Nov 15, 2025
3117f9f
remove dev
davydova-oleksandra Nov 18, 2025
4c5d818
ignore vuln
davydova-oleksandra Nov 18, 2025
b366dd2
.
davydova-oleksandra Nov 18, 2025
38e4b2f
Merge branch 'master' into upgrade-sailor-4-0-4
davydova-oleksandra Nov 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .grype-ignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ ignore:
- package:
name: guava
version: 30.1-jre
- packages:
name: zlib
version: 1.3.1-r2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.0.8 (November 18, 2025)
* Update Sailor to 5.0.0
## 1.0.8 (November 19, 2025)
* Updated Sailor to 5.0.0

## 1.0.7 (July 07, 2023)
* Bumped Sailor to 4.0.1
Expand Down