3 hours ago
db-scheduler

v16.9.0

Changelog

🚀 Features

  • 49a51c0 bind TIMESTAMP WITH TIME ZONE via setObject(OffsetDateTime) (#812)

🐛 Fixes

  • 41ec746 Update schema and jdbc-customizaztion to fix MS SQL task_data corruption for odd-length byte arrays (#798), closes #798
  • 7d90ab2 custom deadExecution applying is fixed in builder executeStateful (#802), closes #790 #802

🧰 Tasks

  • c3285da deps: bump Spring Boot BOMs to pull in patched Jackson (fixes #805)

🛠 Build

  • 761963d deps: bump testcontainers-bom from 1.21.3 to 2.0.5 (#844)
  • f5578f4 deps: bump org.junit:junit-bom from 5.14.0 to 6.0.3 (#839)
  • b2009f6 deps: bump io.micrometer:micrometer-bom from 1.15.3 to 1.16.5 (#841)
  • a2dcff3 deps: bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#843)
  • d1bac26 deps: bump net.java.dev.jna:jna from 5.17.0 to 5.18.1 (#833)
  • cf0d389 deps: bump the maven-plugins group with 5 updates (#837)
  • 576d92b deps: bump serialization.version from 1.9.0 to 1.11.0 (#830)
  • 0dbe60f deps: bump jackson.version from 2.21.2 to 2.21.3 (#831), closes #831
  • 148741c deps-dev: bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /db-scheduler (#834),
  • 2118be2 deps: bump org.postgresql:postgresql from 42.5.5 to 42.7.11 in /test/benchmark (#835)
  • 9293090 deps-dev: bump the test-dependencies group across 1 directory with 13 updates (#829)
  • 650cd47 rename spring-boot.version to spring-boot-3.version, closes #832
  • fcf8537 deps: bump the github-actions group with 4 updates (#828)
  • 214638b configure dependabot grouping and pin embedded-postgres binaries (#827)

📝 Documentation

  • 921c05a Adding 'AI Contribution Policy' to contributor guidelines

Contributors

We'd like to thank the following people for their contributions:

10 hours ago
selenium

Nightly

Commits

  • 9a1723d: [build] create a github release draft before running publish (#17422) (Titus Fortner) #17422
  • 4885286: [dotnet][java][js][py][rb] Standardize README files across bindings (#17245) (Augustin Gottlieb) #17245
  • 6b85c4a: [rb] Fix credential issue with private key (#17188) (Augustin Gottlieb) #17188
  • 9e12264: [js] Fix MaxListenersExceededWarning in BiDi send (#17423) (Devang) #17423
  • dbf14c6: [grid] Fix latent bugs in WebSocket proxy (#17429) (Simon Mavi Stewart) #17429
  • 7cd554d: [py] fix linting and mypy to properly exclude generated bidi files (#17433) (Corey Goldberg) #17433
  • bcdd878: [py] Update dev dependencies and fix type annotation (#17434) (Corey Goldberg) #17434
  • 9c5fe94: [java] Use byte-buddy 1.18.8 instead of 1.18.8-jdk5 (#17382) (Pierluigi Lenoci) #17382
  • cc26ec8: [js][py] Convert getAttribute atom from Closure to TypeScript (#17370) (David Burns) #17370
  • dfcc86e: [JavaScript] Move 'isDisplayed' atom to be typescript (#17316) (David Burns) #17316
  • f342fee: [dotnet] [bidi] Additional Event streaming (breaking change) (#17349) (Nikolay Borisenko) #17349
  • 83ce01e: [dotnet] [bidi] Add DisownData command in Network module (#17436) (Nikolay Borisenko) #17436
  • c799aff: [build] fix release workflow (#17437) (Titus Fortner) #17437
  • fd1d36d: [build] dynamically add and remove rulesets for release (#17439) (Titus Fortner) #17439
1 days ago
unirest-java

Release v4.10.0

Release v4.10.0

1 days ago
Activiti
2 days ago
im-server

Release version 1.4.7

Release note 1.4.7:

  1. 添加获取所有机器人的Server API接口。
  2. 添加获取某个电话号码的用户列表的Server API接口。
  3. 机器人发送消息distribute为false时不重新分发。
  4. 解决机器人和频道API请求错误时result不为空的问题。
  5. 机器人添加根据邮箱获取用户信息和批量获取用户信息的接口。
  6. 添加批量订阅/取消订阅的频道接口,添加批量获取订阅用户的接口。

附件的版本有3种格式,分别是Java通用版本、Deb格式安装包和Rpm格式安装包包,可以根据平台或者自己的习惯下载其中一种软件包。另外在Github也可以下载。也可以下载我们网站上的最新版本,通用Java包deb格式安装包rpm格式安装包。 *** 0.42 版本增加了群成员数限制,默认为2000。如果您想修改默认值,可以在升级版本之后,修改t_setting表,把默认的大小改为您期望的。另外修改t_group表,把已经存在的群组max_member_count改成您期望的,然后重启。*** *** 0.46和0.47版本升级到0.48及以后版本时,可能会提示flyway migrate 38错误,请执行 修复脚本 进行修复。0.46和0.47版本之外的版本不会出现此问题。*** *** 0.50版本添加了是否允许客户端发送群操作通知的配置。如果您在客户端自定义群通知,需要在服务器端配置允许,没有使用自定义群操作通知的不受影响。*** *** 从0.54之前版本升级到0.54及以后版本时,会提示flyway migrate错误。因为0.54版本删除了sql脚本中默认敏感词的内容,flyway checksum失败。请执行update flyway_schema_history set checksum = 0 where script = 'V17__add_default_sensitive_word.sql';来修复。*** *** 从0.59之前的版本升级到之后的版本执行数据库升级时间比较长,请耐心等待提示运行成功,避免中途中断。 *** *** 0.62/0.63 版本有严重的问题,请使用0.64及以后版本,或者0.61版。 *** *** 从0.68 版本起添加了pc在线是否默认手机接收推送的开关,默认为开,与以前版本作用相反,请注意兼容(可以关掉与之前保持一致或者升级客户端) *** *** 从0.78 版本起把MySQL数据库中关键字都改为大小写敏感,另外生成id的方法也做了改变,只生成小写的id,避免出现id重复的问题,建议所有客户都升级 *** *** 从0.79 版本起把log4j升级到log4j2,因为log4j已经不再维护而且还有已知的漏洞,建议所有客户都升级,升级时注意更新log4j2的配置文件 *** *** 0.97版本更改了启动脚本wildfirechat.sh,如果是升级服务,请注意更新启动脚本。*** *** 1.3.8版本添加了server api发送消息的限制,限制消息体最大内容不能超过64KB,如果升级请注意业务系统发送消息大小。***

3 days ago
selenium

Nightly

Commits

  • 8a42125: [dotnet][rb][java][js][py] Automated Browser Version Update (#17430) (Selenium CI Bot) #17430