Commit graph

164 commits

Author SHA1 Message Date
scala-steward-asf[bot]
919d9c9309
Update protobuf-java to 3.25.6 (#1748)
* Update protobuf-java to 3.25.6

* regenerate protobuf classes with protoc 25.6

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2025-01-27 11:26:18 +01:00
He-Pin(kerr)
2469f729f7
feat: Add support for switching scheduler (#1724) 2025-01-23 03:55:15 +08:00
He-Pin(kerr)
189c893531
chore: Add doc about virtual thread executor. (#1737) 2025-01-21 15:52:16 +08:00
He-Pin(kerr)
e5d766bbf1
chore: Proper test virtual thread dispatcher and update doc. (#1728) 2025-01-19 11:30:49 +08:00
scala-steward-asf[bot]
5b2aab6f7a
Update scalafmt-core to 3.8.4 (#1717)
* Update scalafmt-core to 3.8.4

* Reformat with scalafmt 3.8.4

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs

* remove postfixOps imports

Assuming we want to keep the default
`rewrite.avoidInfix.excludePostfix = false` - otherwise
we can drop this commit

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2025-01-18 10:36:38 +08:00
PJ Fanning
1df264e913
fix link - issue in #1711 (#1721) 2025-01-14 23:44:37 +01:00
PJ Fanning
67b066e6ea
update migration guide (#1711) 2025-01-14 20:50:13 +01:00
PJ Fanning
adb988c577
Release notes for 1.1.3 (forward fit) (#1695)
* release notes for 1.1.3 (#1677)

* release notes for 1.1.3

* update case

* publish 1.1.3
2025-01-07 20:53:48 +01:00
He-Pin(kerr)
776487459c Update docs/src/main/paradox/stream/operators/Sink/none.md
Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2024-12-28 19:12:21 +08:00
虎鸣
898b2936e1 feat: Add Sink.none operator 2024-12-28 19:12:21 +08:00
PJ Fanning
3dd4e18021
broken link in release docs (#1563) 2024-11-25 10:04:26 +01:00
Alden Torres
e2b5e70597
minor documentation fix (#1558) 2024-11-12 21:20:16 +01:00
Arnout Engelen
e21fa9eb7b
fix: link to GitHub for Hyperic Sigar (#1552)
sigar seems dormant: the website is not on 'https', and has become
entirely unreachable recently. The repo hasn't seen an update since
9 years.

Perhaps we should consider whether it's responsible to still link to
it at all - but for now let's at least link to the GitHub repo instead
of the defunct website.
2024-11-07 14:37:06 +01:00
PJ Fanning
b8c3dbe1e4
release 1.1.2 (#1515) 2024-10-07 13:10:28 +01:00
Arnout Engelen
2add3c2918
release notes for 1.1.1 (#1469) 2024-09-13 18:37:39 +01:00
PJ Fanning
ffb31daeca
docs: logger names are Fully Qualified Class Names (#1476) 2024-09-12 11:51:12 +01:00
PJ Fanning
da2eff20ef
add some warnings to release notes (#1467) 2024-09-09 09:42:46 +01:00
PJ Fanning
d6be383779
release notes for 1.1.0 (#1456)
* release notes for 1.1.0

* more release notes

* more changes

* Update releases-1.1.md
2024-09-02 20:03:38 +01:00
Andy(Jingzhang)Chen
d1ec224330
additional mailbox selector for typed props (#1096)
* additional mailbox selector for typed props

* add unit test

* chore change of unit test

* Revert "configuration typo"

This reverts commit 7917feb32a4b042124513d98068db832cc59a541.

* fix pekko imports

* mention interoperability in doc

* share configuration in tests

* revert configuration change

* fix new typo

* fix jdocs tests

* optimized import

* mention api version in doc

* resolve import issue
2024-08-28 19:12:35 +01:00
Matthew de Detrich
f548ea55ad Add wiretap/wiretapContext to FlowWithContext/SourceWithContext 2024-08-27 11:44:08 +02:00
Matthew de Detrich
302f38f148 Add alsoTo/alsoToContext to FlowWithContext/SourceWithContext 2024-08-23 15:56:48 +02:00
Matthew de Detrich
60c480aecd Add optionalVia and unsafeOptionalDataVia 2024-08-21 14:54:21 +02:00
PJ Fanning
338374c360
Fix typo in split-brain-resolver.md (#1428) 2024-08-08 13:51:14 +01:00
Arnout Engelen
5bf60da763
Clarify how our binary compatibility applies to external dependencies (#1420) 2024-08-01 09:44:21 +02:00
PJ Fanning
ad7aeffc16
add known issue for #1393 (#1403)
* add known issue for #1393

* Update docs/src/main/paradox/release-notes/releases-1.1.md

Co-authored-by: Arnout Engelen <arnout@engelen.eu>

---------

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2024-07-19 18:43:43 +01:00
Matthew de Detrich
07013eb3a2 Fix migration notes for SubstreamCancelStrategy deprecation 2024-07-11 13:56:49 +02:00
Arnout Engelen
46c557424d
Simplify link validator config (#1381) 2024-07-02 11:46:18 +02:00
PJ Fanning
3fabc04acf
add release notes for v1.0.3 (#1375) (#1376) 2024-06-23 18:50:17 +01:00
PJ Fanning
6cdd3e9f49
make SchedKey final (#1365) 2024-06-14 10:02:09 +01:00
He-Pin(kerr)
a9584ec520
feat: Add UntypedAbstractActorWithTimers (#1361) 2024-06-14 16:14:55 +08:00
PJ Fanning
7647f13b9d
fix some typos (#1358) 2024-06-08 10:17:13 +01:00
AndyChen(Jingzhang)
f7eddaa1aa
docs: stream operator throttle typo (#1348)
* docs: stream operator throttle typo

* more clarify

* Update docs/src/main/paradox/stream/operators/Source-or-Flow/throttle.md

* Update docs/src/main/paradox/stream/operators/Source-or-Flow/throttle.md

Co-authored-by: Arnout Engelen <arnout@engelen.eu>

---------

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2024-05-28 19:49:59 +02:00
PJ Fanning
c4805f1839
release notes for 1.1.0-M1 (#1204)
* release notes for 1.1.0-M1

add more notes

jackson update

warning

add extra PRs

Update releases-1.1.md

more notes

more

all 1.0 fixes are in 1.1 now

pekko tlp

* more notes for releases-1.1.md

* netty 4

* Update releases-1.1.md

* Update releases-1.1.md

* Update releases-1.1.md
2024-05-16 13:48:40 +01:00
He-Pin(kerr)
2c3e9b43b6
chore: Add Source.fromArray operator for Java dsl. (#1248) 2024-04-30 22:52:39 +08:00
AndyChen(Jingzhang)
750939070a
chore: update sbt-multi-jvm doc (#1302) 2024-04-29 15:05:14 +02:00
AndyChen(Jingzhang)
51d6e09664
chore: idea tips for not fq import (#1297) 2024-04-26 14:54:23 +08:00
PJ Fanning
c9d08f208a
update durable state status in persistence-plugins.md (#1296) 2024-04-26 09:41:05 +08:00
Syed Ali
7deed41917
Documentation for typed EventStream (#1195)
* Fixes #1162: Documentation for typed event stream

* Fixes #1162: Added standard apache headers

* Fixes #1162: fix compilation errors

* Fixes #1162: formatting java source

* Fixes #1162: missing subscription and no need to subscribe to actor

* Fixes #1162: fix compilation for JDK9

* Fixes #1162: fix compilation for JDK9

* Fixes #1162: fix compilation for Scala3
2024-04-25 12:07:17 +02:00
Alexey Venderov
4c1828438e
Fix javadoc link to include module name (#1292) 2024-04-25 11:03:57 +02:00
He-Pin(kerr)
77532c1bb5
feat: Add retry with predicate (#1269) 2024-04-23 20:34:16 +08:00
He-Pin(kerr)
3cd08016b5
chore: Remove vavr link. (#1280) 2024-04-15 13:40:02 +08:00
He-Pin(kerr)
68bd00659e
chore: Add Source.iterate operator. (#1244) 2024-04-03 01:10:19 +08:00
He-Pin(kerr)
c818001180
chore: Fix scala constructor finding tests for scala 3. (#1220)
* chore: Fix scala constructor finding tests for scala 3.

* reorder imports
2024-03-24 00:27:25 +08:00
PJ Fanning
e3410bcaa8
Pekko becomes TLP (#1214) 2024-03-22 14:16:08 +01:00
He-Pin(kerr)
55477ac6eb
Add missing java api for StreamTestKit (#1186)
* Add missing java api for StreamTestKit

* polish

* chore: Add more methods to streamKit

---------

Co-authored-by: naosense <pingao777@gmail.com>
2024-03-20 23:31:25 +08:00
哇呜哇呜呀咦耶
1bdd6ed80e
Improve migration documentation (#1193) 2024-03-15 14:38:22 +01:00
PJ Fanning
06cff559a4
some doc changes (#1177) 2024-03-09 13:57:01 +01:00
PJ Fanning
7ce503e92e
1.0.3-M1 release notes (#1055) (#1175)
* 1.0.3-M1 release notes

* Update index.md

* Update index.md

* Update index.md

* fix typo
2024-03-04 19:13:53 +01:00
PJ Fanning
0843f368a6
Update v1.0.3-M1 details in migration-guides.md (#1172)
* Update v1.0.3-M1 details in migration-guides.md

* Update migration-guides.md
2024-03-04 19:13:36 +01:00
He-Pin(kerr)
c8a99aa590
chore: Remove the deprecation of statefulMapConcat operator. (#1147) 2024-02-29 13:11:11 +08:00