19 hours ago
Activiti

7.20.0-rc.691

What's Changed

🔨 Other Changes

New Contributors

Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.690...7.20.0-rc.691

1 days ago
ip2region

v3.6.0

  1. ip2region.js npm 包支持:
npm install ip2region.js --save
  1. javascript binding (nodejs / typescript) 提供了对 IPv6 的查询支持,具体使用文档请参考 javascript Binding,测试方式如下:
➜  javascript git:(master) node tests/search.app.js --db=../../data/ip2region_v6.xdb                           
ip2region xdb searcher test program
source xdb: ../../data/ip2region_v6.xdb (IPv6, vectorIndex)
type 'quit' to exit
ip2region>> ::
{region: |||, ioCount: 2, took: 158.64 μs}
ip2region>> 240e:3b7:3272:d8d0:3b7b:3ee0:1d39:848
{region: 中国|广东省|深圳市|家庭宽带, ioCount: 14, took: 256.98 μs}
ip2region>> 2001:3:ffff:ffff:ffff:ffff:ffff:ffff
{region: 美国|加利福尼亚州|洛杉矶|专线用户, ioCount: 21, took: 241.755 μs}
ip2region>>
  1. 查询平均耗时:Razer 笔记本 / Ubuntu (电源均衡模式) + SATA SSD / VectorIndex 缓存,bench 结果如下:
➜  javascript git:(master) node tests/bench.app.js --db=../../data/ip2region_v6.xdb --src=../../data/ipv6_source.txt                                    
Searcher: {"version": IPv6, "dbPath": ../../data/ip2region_v6.xdb, "handle": 21, "vectorIndex": 524288 "cBuffer": null}
Bench finished, {cachePolicy: vectorIndex, total: 34159862, took: 963.9443019528878 s, cost: 28.21862400828457 μs/op}

3415.9 万个 IPv6 平均查询耗时为 28.2 微秒/次。

1 days ago
selenium

Nightly

Commits

  • b0dade7: [java] NullAway added (#16416) (mk868) #16416
  • 4140a0f: [java] feat: Add native Java 11 HTTP client methods to HttpClient interface (#16412) (Manuel Blanco) #16412
  • 5454624: [py] Raise NotImplementedError when deleting downloads in driver subclass (#16423) (Corey Goldberg) #16423
  • 84358bd: [java] refactor(remote/command): Merge overload's business logic (#14469) (Noel Kim (김민혁)) #14469
  • ef9b910: [py] Fix default rpId in virtual authenticator (#16428) (Corey Goldberg) #16428
1 days ago
reactor-netty

v1.3.0-RC1

Reactor Netty 1.3.0-RC1 is part of 2025.0.0-RC1 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.8.0-RC1 by @violetagg in 8cd6f501ee32ef1ddadac526d960bdd8591d960f, see release notes
  • Depend on Micrometer v1.16.0-RC1 by @violetagg in 8cd6f501ee32ef1ddadac526d960bdd8591d960f
  • Depend on Micrometer Tracing v1.6.0-RC1 by @violetagg in 8cd6f501ee32ef1ddadac526d960bdd8591d960f
  • Depend on Context Propagation v1.2.0-RC1 by @violetagg in 8cd6f501ee32ef1ddadac526d960bdd8591d960f
  • Support Proxy-Authorization renewal by @violetagg in #3925
  • Add API for configuring maximum number RST frames that are allowed per window by @violetagg in #3931
  • Change nullability for Metrics#formatSocketAddress by @violetagg in #3933
  • Change nullability for AccessLog by @violetagg in #3934

🐞 Bug fixes

  • Ensure ResponseTimeoutHandler is added as one of the first handlers in the pipeline by @violetagg in #3916
  • Add missing check for null by @violetagg in #3932
  • Do not try to send the file when Content-Length:0 by @violetagg in #3936
  • Ensure the HTTP/2 upgrade stream inherits the proper state from the original HTTP/1.1 connection when successful upgrade from HTTP/1.1 to HTTP/2 by @violetagg in #3957
  • Fix HttpClientConfig copying issue in MonoHttpConnect by @violetagg in #3964

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.0-M7...v1.3.0-RC1

2 days ago
reactor-netty

v1.2.11

Reactor Netty 1.2.11 is part of 2024.0.11 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.7.12 by @violetagg in f7fc6b79787fcfa5d508167f830637db76f82eaf, see release notes
  • Support Proxy-Authorization renewal by @violetagg in #3925
  • Add API for configuring maximum number RST frames that are allowed per window by @violetagg in #3931

🐞 Bug fixes

  • Ensure ResponseTimeoutHandler is added as one of the first handlers in the pipeline by @violetagg in #3916
  • Do not try to send the file when Content-Length:0 by @violetagg in #3936
  • Ensure the HTTP/2 upgrade stream inherits the proper state from the original HTTP/1.1 connection when successful upgrade from HTTP/1.1 to HTTP/2 by @violetagg in #3957
  • Fix HttpClientConfig copying issue in MonoHttpConnect by @violetagg in #3964

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.10...v1.2.11

2 days ago
selenium

Nightly

Commits

  • 8ddb020: [py] Configure WebSocket timeout and wait interval via ClientConfig (#16248) (Corey Goldberg) #16248
  • d66494e: [java] Rescuing the remote cause for session creation errors (#16418) (Diego Molina) #16418
  • 1b7f3b0: [py] Add test for BiDi request handlers with classic navigation (#16421) (Corey Goldberg) #16421
2 days ago
Activiti
3 days ago
graphql-java

This is another beta release for the upcoming version 25.

This is another beta release for the upcoming version 25.

A word of warning

While all features are tested and we consider them ready to be used, we don't guarantee that this is a stable version: this means there will be more breaking changes until we reach 25.0.

This version is intended for testing and providing feedback to the GraphQL Java team.

What's Changed

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v25.0.beta-7...v25.0.beta-9