Added support for loading Data Dictionaries from an HTTP source within Named Collections.
Why it matters
This feature allows users to dynamically load Data Dictionaries over HTTP, enabling more flexible and centralized management of dictionaries without needing local files or database tables. It simplifies updates and integration for distributed or cloud-based environments.How to use it
Configure the Data Dictionary in a Named Collection with a source URL pointing to the HTTP endpoint serving the dictionary data. The system will fetch and use the dictionary from the specified HTTP source.