@smythos/sre 1.5.26 → 1.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG CHANGED
@@ -5,6 +5,34 @@ All notable changes to the SmythOS CORE Runtime Engine will be documented in thi
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.5.31]
9
+
10
+ ### LLM & Model Support:
11
+
12
+ - Added support for new models (Claude 4, xAI/Grok 4, and more).
13
+ - Improved model configuration, including support for unlisted/custom models
14
+ - better handling of Anthropic tool calling.
15
+ - Enhanced multimodal and streaming capabilities for LLMs.
16
+
17
+ ### Components & Connectors:
18
+
19
+ - Introduced AWS Lambda code component and connector.
20
+ - Added serverless code component.
21
+ - Enhanced and unified connectors for S3, Redis, LocalStorage, and JSON vault.
22
+ - Added support for local storage cache and improved NKV (key-value) handling.
23
+
24
+ ### Fixes
25
+
26
+ - Numerous bug fixes for LLM connectors, model selection, and streaming.
27
+ - Fixed issues with S3 connector initialization, serverless code component, and vault key fetching.
28
+ - Improved error handling for binary input, file uploads, and API calls.
29
+ - Fixed issues with usage reporting, especially for user-managed keys and custom models.
30
+
31
+ ### Improvements
32
+
33
+ - Optimized build processes.
34
+ - Improved strong typing and code auto-completion.
35
+
8
36
  ## [v1.5.0] SmythOS becomes open source!
9
37
 
10
38
  ### Features