Your full-funnel digital success begins here. DigiDesire the digital marketing agency offers integrated digital marketing services designed to engage your audience at every touchpoint, ensuring your brand shines at every stage of the journey. Partner with us to unlock your brand’s true digital potential and drive lasting growth.
https://cn.community.intersystems.com/node/586594
您好,欢迎阅读 十一月 2025 开发人员社区通讯。
统计信息
✓ 十一月发布了
17 篇新帖子:
– 10篇新文章
– 7个新公告
✓ 十一月有
14 位新成员加入
✓ 所有时间发布了
2,441 篇帖子
✓ 所有时间有
2,305 位成员加入
最高职位
本月最佳作家
文章
#InterSystems IRIS
#InterSystems IRIS for Health
公告
#InterSystems IRIS
#InterSystems 想法门户
#IRIS竞赛
十一月, 2025Month at a GlanceInterSystems Developer Community
https://cn.community.intersystems.com/post/intersystems-%E5%BC%80%E5%8F%91%E8%80%85%E7%A4%BE%E5%8C%BA%E6%91%98%E8%A6%81%EF%BC%8C%E5%8D%81%E4%B8%80%E6%9C%88-2025
大家好!
我很高兴地宣布,自今年年初以来,我们已将 InterSystems IRIS、InterSystems IRIS for Health 和 Health Connect 的许多客户端 SDK 发布到相应的外部存储库(Maven、NuGet、npm 和 PyPI)中。这将为您带来许多好处,例如:
- 您可以在客户端 SDK 发布后立即访问其最新版本,而不受 InterSystems IRIS 发布周期的影响。
- 您可以将 SDK 作为依赖项与生态系统中的本地软件包管理器工具集成,并以行业标准的方式管理依赖项
- 终端用户可直接访问 SDK,例如,当他们希望通过 DBeaver 等 SQL 工具直接访问数据库层时。
- 您可以发布依赖于 InterSystems 客户端 SDK 的项目,而无需将其直接包含在您的项目中。
以下是我们目前已发布的客户端 SDK 的列表,以及最新版本的相应版本号和查找位置:
Java
.NET
Node.js
Python
未来,一旦有新版本可用,客户端SDK就会立即发布到外部存储库。这些外部存储库也将成为客户端SDK的主要分发渠道。
客户端 SDK 的使用须遵守这里列出的使用条款:https://www.intersystems.com/IERTU/。
如果您还没有使用过外部存储库,我鼓励您尝试一下。我们将一如既往地期待您的反馈!
https://cn.community.intersystems.com/post/%E5%AE%A2%E6%88%B7%E7%AB%AF-sdk-%E5%8F%AF%E4%BB%8E%E5%A4%96%E9%83%A8%E5%AD%98%E5%82%A8%E5%BA%93%E8%8E%B7%E5%8F%96
Hello and welcome to the November 2025 Open Exchange Recap.
General Stats:
✓ 15 new apps in November
✓ 971 downloads in November
✓ 1,172 applications all time
✓ 44,393 downloads all time
✓ 3,444 developers joined
Embedded Git by Pravin Barton
v2.14.0
[2.14.0] - 2025-11-07
Added
- Option to lock/unlock namespace is now available on the settings page (#650)
- Settings page now warns if Embedded Git is not the configured source control extension (#857)
- Settings page now has option to switch namespace (#856)
- SourceControl.Git.Settings is now documented as part of the public API to allow programmatic configuration of settings (#262)
- Newly configured instances start with default mappings for ESD, LUT and HL7 when relevant (#724)
- New setting to define an SSH client configuration file for connections to SSH remotes (#293)
- Changed default compilation flags from "ck" to "ckbryu" to include related items (#882)
Fixed
- When cloning a repo with Configure, that repo's embedded-git-config file will overwrite previous settings (#819)
- Settings page no longer removes remote when saving after cloning (#858)
- Always set the remote as the upstream branch when pushing (#871)
- Fixed import of HL7 and LUT files added at the same time as their mappings (#864)
- Fixed issue where Git's interactive credential manager causes Git push/pull/fetch to hang (#235)
- Failed deployment of one interoperability production item no longer causes all other production items to fail (#886)
Test Coverage Tool by Timothy Leavitt
v4.1.0
[4.1.0] - 2025-11-13
Added
- #64: Wildcard support for CLS files in coverage lists
Fixed
- #70: Performance regression on newer IRIS versions when table stats are missing on a clean instance/run
v4.1.1
[4.1.1] - 2025-11-24
Fixed
- #73: No longer errors when a
[ Language = python ] method has quoted name like "
iter
"
November, 2025Month at a GlanceInterSystems Open Exchange
https://cn.community.intersystems.com/node/586585
In this final part of our introduction to Window Functions, we will explore the remaining functions that have not been covered yet. You will also discover performance tips and a practical guide to help you decide when (and when not) to use window functions effectively.
1. Offset and Positional Value Functions
Overview
These functions reference values are calculated from other rows relative to the current row, or they are extracted from the first, last, or nth values within a window.
https://cn.community.intersystems.com/node/586370