Releases: xapi-project/xen-api
Releases · xapi-project/xen-api
v25.3.0
What's Changed
- CA-404591 - rrd: Do not lose precision when converting floats to strings by @last-genius in #6238
- CA-403634: Corrected error text. Removed errors that are not issued by the API. by @kc284 in #6219
- Multi-Version Drivers by @lindig in #6163
- Remove unused function by @robhoes in #6241
- fe_test: add test for syslog feature by @freddy77 in #5985
- CA-404693 prohibit selecting driver variant if h/w not present by @lindig in #6243
- CA-404611: Fix SXM when VM is shut down midway by @robhoes in #6246
- CA-399260: Keep both new and old certs during the switchover by @changlei-li in #6223
- CP-45016 Implement inbound SXM for SMAPIv3 SRs by @Vincent-lau in #6101
- Added preprocessor directive so that the assembly internals are visib… by @kc284 in #6245
- Remove dangling use of python-future from rrdd.py by @MarkSymsCtx in #6247
- opam: add missing dependencies by @psafont in #6248
- CA-405404: Fix path to dracut by @alexbrett in #6250
Full Changelog: v25.2.0...v25.3.0
v25.2.0
What's Changed
- CA-364194: use timespans for script timeouts by @psafont in #6200
- Remove unused Unixext.Direct module by @robhoes in #6224
- github: update release for ubuntu 24.04 by @psafont in #6231
- github: remove dependency of python wheel's on dune by @psafont in #6232
- CA-404640 XSI-1781 accept in PEM key/cert in any order by @lindig in #6227
- Log proper names for POSIX signals by @psafont in #6228
- CA-404597 - rrd: Fix incorrect processing of Gauge and Absolute data sources by @last-genius in #6233
Full Changelog: v25.1.0...v25.2.0
v24.39.1
What's Changed
- [Backport] CA-404512: Add feature flag to the new clustering interface by @Vincent-lau in #6221
Full Changelog: v24.39.0...v24.39.1
v25.1.0
What's Changed
- rrd2csv: Accept a trailing comma in metrics names by @last-genius in #6214
- Use Mtime.Span.to_float_ns instead of Mtime.Span.to_uint64_ns+Int64.to_float by @freddy77 in #6211
- CA-404013: do not relock the mutex when backing up rrds by @psafont in #6215
- CA-403620: Drop the usage of fuser in stunnel client proxy by @minglumlu in #6197
- SDK fixes including CP-53003 by @kc284 in #6210
- CA-404512: Add feature flag to the new clustering interface by @Vincent-lau in #6217
- CA-403700 use iso9660 file system for updates by @lindig in #6216
Full Changelog: v25.0.0...v25.1.0
v25.0.0
What's Changed
- IH-747 - Reduce pollution in migration logs by @last-genius in #6186
- CA-402921: Relax VIF constraint for PVS proxy by @robhoes in #6189
- Simplify Eventgen by @contificate in #6188
- XSI-1773 improve logging if service file unexpectedly exists by @lindig in #6190
- XSI-1773 clean up swtpm service files by @lindig in #6193
- CA-403422: lengthen the timeout for xenopsd's serialized tasks by @psafont in #6192
- Report memory available as Kib by @gthvn1 in #6204
- CA-404062: Wrongly restart xapi when receiving HTTP errors by @minglumlu in #6201
- xenopsd: Avoid calling to_string every time by @freddy77 in #6206
- CA-404020: Do not fail when removing a non-existing datasource by @psafont in #6199
- CA-404236, gencert: when parsing pems, ignore data between key and certificates by @psafont in #6207
- CA-403344: Add db_get_by_uuid_opt to db_cache* by @Vincent-lau in #6209
- CP-51895: Drop FCoE support when fcoe_driver does not exists by @liulinC in #6202
- CA-404013: replace Thread.delay with Delay module by @gangj in #6213
Full Changelog: v24.40.0...v25.0.0
v24.40.0
What's Changed
- Remove tracing dependency from http-lib and add baggage by @contificate in #6065
- CP-51694: Add date deserialization unit tests for C#/Java/Go by @danilo-delbusso in #6027
- Minimize xenstore accesses during domid-to-uuid lookups by @last-genius in #6129
- CA-388210: enable SMAPIv3 concurrent operations by default by @edwintorok in #6141
- CP-42675: add new SM GC message ID by @MarkSymsCtx in #6145
- CA-403101: Keep host.last_update_hash for host joined a pool by @gangj in #6142
- Improve Delay test by @freddy77 in #6143
- xapi_message: Fix incorrect slow path invocation (and its logs) by @last-genius in #6147
- CP-52524: Generate an alert when various host kernel taints are set by @last-genius in #6128
- CA-399757: Add CAS style check for SR scan by @Vincent-lau in #6113
- Start moving Xapi periodic scheduler to an independent library by @freddy77 in #6139
- xapi-stdext-threads: use mtime.clock.os by @psafont in #6149
- CA-391651: Fix spike in derived RRD metrics by @last-genius in #6086
-
new-docs
/NUMA : Fix typos and simplify some parts by @bernhardkaindl in #6134 - Remove ocaml/perftest by @robhoes in #6156
- CA-401075: remove misleading logs from HTTP client by @robhoes in #6158
- CP-52807: No more cluster stack alert by @Vincent-lau in #6160
- CP-51429 Avoid redundant processing when full metadata already exists during sync_updates by @LunfanZhang in #6137
- CA-394851: Update allowed operations on the cloned VBD by @last-genius in #6159
- Rewrite Delay module by @freddy77 in #6144
- Increase wait-init-complete timeout by @tescande in #6109
- Delay: wait a bit more testing the module by @freddy77 in #6162
- xe-cli completion bugfixes by @last-genius in #6166
- CA-390025: do not override SR's client-set metadata on update by @psafont in #6165
- Test and improve Xapi periodic scheduler by @freddy77 in #6155
- CA-402901: Update leaked dp to Sr by @changlei-li in #6169
- Improve the scan comparison logic by @Vincent-lau in #6168
- CA-403633: Keep vPCI devices in the same order by @psafont in #6176
- CA-380580: cross-pool migration - no CPU checks for halted VMs, move CPU check to the target host by @last-genius in #6175
- Docs changes; minor C# SDK enhancement. by @kc284 in #6174
- CA-403767: verifyPeer can't use root CA for appliance cert check by @minglumlu in #6187
New Contributors
Full Changelog: v24.39.0...v24.40.0
v24.39.0
What's Changed
- CA-402263, xapi_sr_operatrions: don't include all API storage operations in all_ops by @psafont in #6133
Full Changelog: v24.38.0...v24.39.0
v24.38.0
What's Changed
- CA-401274: Remove external auth limitation during set_hostname_live by @liulinC in #6116
- CP-49134: tracing: do not destroy stacktrace by @edwintorok in #6117
- opam: update vhd packages' opam metadata by @psafont in #6118
- CP-49078: Preprocess fields into a Hashtbl within get_record by @contificate in #6114
- IH-728: Refactor SXM code, Pt1 by @Vincent-lau in #6084
- CA-402326: Fetch SM records from the pool in one go to avoid race by @Vincent-lau in #6127
- CA-402654: Partially revert 3e2e970 by @contificate in #6131
Full Changelog: v24.37.0...v24.38.0
v24.37.0
What's Changed
- Remove notion of weird string from sexpr library by @contificate in #6091
- CA-400860: rrdp-netdev - drop xenctrl, use xenstore to get UUIDs from domids instead by @last-genius in #6068
- CP-51938: Generate XML alert for cluster health by @Vincent-lau in #6074
- CP-50475: parallelize device ops during VM lifecycle ops by @psafont in #6057
- xapi_stdext_unix/test: Fix intermittent systemd cram test failure by @last-genius in #6061
- CP-52039: Drop Semaphore from Xapi_stdext_threads by @contificate in #6094
- CP-51870: Refresh toolstack services by @liulinC in #6060
- CP-50546: Remove initscripts family by @liulinC in #6090
- Do not include xapi-clusterd.service in toolstack.target by @robhoes in #6096
- CA-401324: Update pvsproxy socket location by @rosslagerwall in #6098
- CA-401404: Only check previous active service status by @liulinC in #6100
- CA-400560: Support tilde in RPM version/release comparison by @changlei-li in #6092
- CA-401242: avoid long-running, idle connections on VDI.pool_migrate by @psafont in #6102
- CA-401498: Fix test_systemd occasional timeout by @changlei-li in #6105
- Fix some XS9 warnings by @rosslagerwall in #6066
- CA-399629: make daily-license-check aware of never by @psafont in #6104
- CA-399396: Adjust the jemalloc parameters for memory performance by @stephenchengCloud in #6093
- CA-400060: Sm feature intersection by @Vincent-lau in #6069
- Document Rbac module by @contificate in #6107
Full Changelog: v24.36.0...v24.37.0
v24.36.0
What's Changed
- CA-400559: API Error too_many_groups is not in go SDK by @changlei-li in #6080
- OCaml5: Annotate non-returning functions with types by @psafont in #6081
- CA-400199: open /dev/urandom on first use and use an input channel to reduce number of syscalls by @edwintorok in #6085
New Contributors
- @changlei-li made their first contribution in #6080
Full Changelog: v24.35.0...v24.36.0