Rechercher

InterSystems officiel
· Juin 27

InterSystems Cloud Services - Notes de version - 27 juin 2025

Référence : Build 2025.1.0.1.24372U.25e14d55


Cette version apporte des améliorations significatives à la sécurité, aux capacités d'analyse et à l'expérience utilisateur, ainsi que des améliorations opérationnelles majeures visant à réduire les temps d'arrêt et à améliorer la fiabilité.


Nouvelles fonctionnalités et améliorations

Catégorie Fonctionnalité/Amélioration Détails
Analyse Adaptive Analytics dans Data Fabric Studio InterSystems Data Fabric Studio inclut désormais Adaptive Analytics en option, offrant des capacités d'analyse avancées directement dans votre workflow.
Sécurité Gestion améliorée du firewall La page de gestion du firewall prend désormais en charge la création de règles de pare-feu entrantes et sortantes explicites, spécifiquement pour le port 22, offrant ainsi une sécurité et un contrôle d’accès renforcés.
Mise à jour de sécurité des API personnalisées Les API personnalisées sont passées des jetons d’identification aux jetons d’accès, renforçant ainsi la sécurité grâce à des mécanismes d’authentification optimisés.
Application du protocole HTTPS pour les API personnalisées Les API personnalisées ne prennent plus en charge HTTP ; toutes les communications s’effectuent désormais exclusivement via HTTPS, garantissant ainsi une transmission de données chiffrée et sécurisée.
Améliorations générales de la sécurité Plusieurs améliorations de sécurité ont été appliquées, renforçant la sécurité sur l’ensemble de la plateforme.
Expérience utilisateur Annonces de nouvelles fonctionnalités et widgets Des widgets supplémentaires ont été ajoutés pour communiquer efficacement les nouvelles fonctionnalités, les annonces et les mises à jour importantes directement sur le portail de services cloud.
Opérations Amélioration des performances de changement de fuseau horaire Les temps d'arrêt liés au changement de fuseau horaire dans les environnements de production ont été considérablement réduits, passant d'environ 2 minutes à environ 15 secondes, minimisant ainsi l'impact sur les opérations.

Actions recommandées

  • Explorez Adaptive Analytics dans Data Fabric Studio pour améliorer vos capacités de prise de décision basée sur les données.
  • Vérifiez les paramètres du pare-feu afin d'exploiter les nouvelles règles du port entrant/sortant 22. Le premier déploiement que vous effectuerez définira les règles. Assurez-vous de vérifier les règles sortantes.
  • Vérifiez que les API personnalisées utilisent des SDK mis à jour qui utilisent des jetons d'accès plutôt que des jetons d'identification, et vérifiez que les configurations HTTPS uniquement sont correctement appliquées.

Assistance

Pour obtenir de l'aide, ouvrez une demande d'assistance via iService ou directement via le portail InterSystems Cloud Service.


Merci d'avoir choisi InterSystems Cloud Services.

Discussion (0)0
Connectez-vous ou inscrivez-vous pour continuer
Discussion (7)4
Connectez-vous ou inscrivez-vous pour continuer
Résumé
· Juin 27

Introducing Developer Community AI Bot to answer your questions

Dear Community Member,

We're pleased to introduce a new AI-powered bot that's now live on the Developer Community.

Using IRIS Vector Search, the DC AI Bot automatically analyzes new questions and replies in the comments with relevant answers. While responses are AI-generated, each one is reviewed by our experienced IRIS developer moderators to ensure accuracy and relevance.

Post a question and keep an eye on your thread — the answer might arrive faster than you expect.

Yours,
The Developer Community Team

Question
· Juin 27

What is best practice for calling macros from Embedded Python?

I was wondering what best practice was for using macros in Embedded Python, i.e. iris.execute('$$$MACRO()') or something else. Does anyone have insight into this?

1 Comment
Discussion (2)4
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 27

Why is temporary database reported smaller than actual size of the disk ?

I have notified that on several servers the IRISTEMP database is reported as only a few GB in size while on the disk where it's located, the IRIS.DAT file is much bigger (eg: 3GB reported in Portal (including free space) while file on the disk file is 121GB). The last modification date of IRIS.DAT is recent so I'm not looking into a location no more in use.

Is there an explanation for that difference in size ? 

I know temporary databases are special in a way they are not always stored on the disk, here is what InterSystems says about it :

Changes to temporary globals are not written to disk. Instead the changes are maintained within the in-memory buffer pool. A large temporary global may be written to disk if there is not sufficient space for it within the buffer pool.

Still it does not explain the size difference between portal and physical disk.

Also : I saw that this database get expanded multiple times, sometimes 20 times in 2 seconds (eg : 30, 33, 37 ... until 1000MB). Would it make sense to change expansion size to something else than default ? (eg: 300MB).

4 Comments
Discussion (4)3
Connectez-vous ou inscrivez-vous pour continuer