Skip to content

Conversation

@philippeVerney
Copy link
Member

No description provided.

Store the identifier/UUID of the session
Clean sending queue at disconnection time
Update the Jupyter notebook  to put a dataspace with ACLs and LegalTags
Renamed parameters for clarity in copyToDataspace and copyDataObjectsByValue methods, updated method documentation for accuracy and detail, and added copyDataObjectsByValue in SWIG interface.
Replaced int64_t with uint64_t for maxWebSocketMessagePayloadSize and related variables and method signatures to better reflect expected value range and prevent negative sizes.
Eliminated unnecessary assignment of return values from sendWithSpecificHandlerAndBlock in FesapiHdfProxy.cpp and FesapiHdfProxy.h. Also updated a cast in async_writeArrayNdSlab to use const int8_t* for improved type safety.
…ariant

Migrated all uses of boost::optional to std::optional and updated related code to use .value() and .has_value() instead of .get() and .is_initialized(). Refactored union types to use std::variant instead of boost::any, and updated Avro codec_traits for std::optional. Also updated usages in example, protocol handlers, and data array handlers to match new APIs.
Add missing header.
Improve error message.
Document expected corresponding schema.
Prefere optional.reset() over optional = std::nullopt
Deleted src/tools/date.h and its CMakeLists.txt, removed references to the custom date utility from build scripts and source files, and replaced date formatting with direct timestamp output in ProtocolHandlers and StoreNotificationHandlers. This simplifies the codebase by removing an external dependency and using raw timestamps instead.
@philippeVerney philippeVerney merged commit c0d2844 into main Nov 28, 2025
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants