Releases: objeck/objeck-lang
v2025.7.0
Syntax additions, updates to collections, and HTTPS PEM file support.
v2025.7.0
- Added
Hash->Dict(..)
,Map->Dict(..)
andVector->Zip(..)
to collections - Updated style (docs, logos, etc.)
- Bug fixes
v2025.6.3
- Support for user-provided HTTPS PEM files
- Added multi-statement pre/update support
for
loops
v2025.6.2
- New API documentation system
- Updated Windows launcher
- Added support for OpenAI's Responses API
- Improved JSON scheme support
Full Changelog: v2025.6.2...v2025.6.3
v2025.6.2
Added support for OpenAI's Responses API and updated the API documentation system.
v2025.6.2
- New API documentation system
- Updated Windows launcher
- Added support for OpenAI's Responses API
- Improved JSON scheme support
v2025.3.0
- Updated VS Code LSP support for macOS and Linux ✍🏽
- Collection bug fixes 🫙
- LSP bug fixes ⌨️
- More aggressive method inlining 🏎️
v2025.2.2
- Improved named pipe support 🔌
- Updates to the LSP client/server ⌨️
- Fixed Windows installer issues with missing DLLs 🏗️
- Error handling bug fixes
Full Changelog: v2025.6.1...v2025.6.2
v2025.3.0
Improved performance and VS Code LSP support for named sockets on macOS and Linux.
v2025.3.0
- Updated VS Code LSP support for macOS and Linux ✍🏽
- Collection bug fixes 🫙
- LSP bug fixes ⌨️
- More aggressive method inlining 🏎️
v2025.2.2
- Improved named pipe support 🔌
- Updates to the LSP client/server ⌨️
- Fixed Windows installer issues with missing DLLs 🏗️
- Error handling bug fixes
v2025.2.1
- Improved support for JSON stream parsing ⭐
- Faster 'String' compare 🚄
Install binaries available on SourceForge.
v2025.2.2
LSP pipe support, improvements to named pipes, and bug fixes
v2025.2.2
- Improved named pipe support 🔌
- Updates to the LSP client/server ⌨️
- Fixed Windows installer issues with missing DLLs 🏗️
- Error handling bug fixes
v2025.2.1
- Improved support for JSON stream parsing ⭐
- Faster 'String' compare 🚄
v2025.2.0
v2025.2.1
Websocket support, improved stability, and bug fixes
v2025.2.1
- Improved support for JSON stream parsing ⭐
- Faster 'String' compare 🚄
v2025.2.0
- Add WebSocket support (done)
- Performance testing for Llama and Mistra CPU execution 🧮 (done)
- Improve SDL2 stability for Windows on arm64 🎮 (done)
- Bug fixes #509 and #510 🐛
v2025.1.1
- Support for Windows on arm64🦾
- Windows OpenSSL libraries upgraded to 3.4.0🔒
- UDP socket support🛜
- Fixes bugs🪲
- Resolved a compiler bug with linking functions in libraries that returned an array of generic objects
- Fixed SDL2 call to 'GetGlobalMouseState(..)'
- Settled a Gemini issue that expected 'safetySettings' to always be returned in calls to 'GetContent(..)'
- Fixed broken code examples🩹
Binaries are available on SourceForge.
Full Changelog: v2025.2.0...v2025.2.1
v2025.2.0
Websocket support, improved stability, and bug fixes
v2025.2.0
- Add WebSocket support (done)
- Performance testing for Llama and Mistra CPU execution 🧮 (done)
- Improve SDL2 stability for Windows on arm64 🎮 (done)
- Bug fixes #509 and #510 🐛
v2025.1.1
- Support for Windows on arm64🦾
- Windows OpenSSL libraries upgraded to 3.4.0🔒
- UDP socket support🛜
- Fixes bugs🪲
- Resolved a compiler bug with linking functions in libraries that returned an array of generic objects
- Fixed SDL2 call to 'GetGlobalMouseState(..)'
- Settled a Gemini issue that expected 'safetySettings' to always be returned in calls to 'GetContent(..)'
- Fixed broken code examples🩹
v2024.10.0
- Fixed bug #503
Binaries available on SourceForge.
Full Changelog: v2025.1.2...v2025.2.0
v2025.1.1
Windows ARM64 support, enhanced UDP sockets, SDL2 improvements, and polished code examples.
v2025.1.1
- Support for Windows on arm64🦾
- Windows OpenSSL libraries upgraded to 3.4.0🔒
- UDP socket support🛜
- Fixes bugs🪲
- Resolved a compiler bug with linking functions in libraries that returned an array of generic objects
- Fixed SDL2 call to 'GetGlobalMouseState(..)'
- Settled a Gemini issue that expected 'safetySettings' to always be returned in calls to 'GetContent(..)'
- Fixed broken code examples🩹
v2024.10.0
- Fixed bug #503
v2024.9.0
- Added library support for JSON-RPC
- Code generation optimized to eliminate redundant labels
- Added trim front and back to the 'System.String'
- Refactored the 'Collections.Stack' class to be list vs. array based
- Fixed bugs #501 and #502
Full Changelog: v2024.10.0...v2025.1.1
v2024.10.0
This release includes bug fixes and enhanced performance for faster runtime execution.
v2024.10.0
- Fixed bug #503
v2024.9.0
- Added library support for JSON-RPC
- Code generation optimized to eliminate redundant labels
- Added trim front and back to the 'System.String'
- Refactored the 'Collections.Stack' class to be list vs. array based
- Fixed bugs #501 and #502
v2024.8.1
- Support for strings in select statements
- Bug fixes
- Fixed REPL start-up issues
- Code refactoring for performance
v2024.9.0
Our latest Objeck release features updates to improve coding and runtime performance. Key additions include support for JSON-RPC, faster code generation, and enhancements to the 'System.String' and Collection.Stack' classes.
v2024.9.0
- Added library support for JSON-RPC
- Code generation optimized to eliminate redundant labels
- Refactored the 'Collections.Stack' class to be list vs. array based
- Fixed bugs #501 and #502
v2024.8.1
- Support for strings in select statement
- Bug fixes
- Fixed REPL start up issues
- Code refactoring for performance
v2024.8.0
- More build and deployment automation
- Bug fixes: #500
v2024.8.0
We are excited to announce a new update featuring essential bug fixes and enhanced build automation for a smoother experience.
v2024.8.0
- More build and deployment automation
- Bug fixes: #500
v2024.7.1
- ML model tuning support
- Added Perplexity API inference support
- Turned off OpenAI JSON debugging
v2024.7.0
- Ollama API support for Llama 3 and Mistral
- OpenAI updates
- Support for vector stores
- Assistants v2 API support
- Cookie support convenience methods added to the HTTP/S clients
Full Changelog: v2024.7.1...v2024.8.0