Changelog
Latest stable (2020.9)
Corteza Server
-
Add
SMTP_TSL_INSECURE
andSMTP_TSL_SERVER_NAME
for better SMTP TSL control -
Replace
PROVISION_MIGRATE_DATABASE
andPROVISION_CONFIGURATION
withUPGRADE_ALWAYS
-
Mail/smtp improvements: default sender, TSL, healthcheck)
-
External authentication fixed (due to initialization order)
-
Improve setting value decoding & conversion that caused crashes on startup
-
Use gin for server reloading (dev-env, replacement for realize tool)
-
First step in migration to OpenAPI, server API docs under /docs
-
Improve buildtime/version information
-
Add support for user impersonation
-
Allow in-path signature for sink
-
Severity on actions & errors (actionlog definitions) tweaked
-
Various importer fixes and improvements
-
Various record input sanitization fixes
-
Optimize database transaction settings and use
-
Add health check service & API endpoints
-
Compose config importer/exporter fixed & improved (fields, charts, moduel resolving)
-
More flexible actionlog configuration, added logging policies
-
Fix page reordering on the root node
-
Upgrade all provisioned config, "Service Cloud" renamed to "Service Solution"
-
All *after events are no longer async; service waits for results
-
Denis Arh
-
Tomaž Jerman
-
Jože Fortun
Corteza Web applications (clients)
-
Add missing error fields
-
File upload/preview component fixes
-
Number field formatter fixes
-
Pagination for user & record fields
-
Fixes for auditlog, application editor
-
Improve automation script listing
-
Denis Arh
-
Tomaž Jerman
-
Jože Fortun
Corteza extensions
-
Rename to Service Solution
-
Improve campaigns to keep track of related leads, contacts, accounts, all opportunities, won opportunities and the aggregated opportunity amount
-
Update lead and account conversion buttons to keep track of the associated campaigns
-
Improve account - create new contact button to redirect to the created contact in edit mode
-
Improve account - create new case button to redirect to the created case in edit mode
-
Remove quote - submit for approval and quote - approve buttons
-
Lenny Horstink
-
Jože Fortun
-
Tomaž Jerman
-
Denis Arh
Archive
2020.6
Corteza Server
-
Refactored how application (server, cli tools) is started to allow more modular service initialization
-
Improved security when using Corteza CLI
-
Improved input handling when managing settings from CLI
-
Improved automation script triggering with eventbus package
-
Improved scheduled & deferred automation with scheduler package
-
Upgraded all internal automation logic
-
Added code generator for events
-
Implemented event triggering (through eventbus) on, before and after all core points (resource creation, update, delete, login etc)
-
More robust automation script triggering through REST API endpoints
-
Cleanup, refactor application options
-
Added tools that allow exporting of old automation scripts
-
Added ability to serve frontend code bundles
-
Routed sink & mail events via new eventbus
-
Added client/server certificates for gRPC (experimental)
-
Allowed automation scripts to return full response objects (body, headers) on sink requests
-
Supported bulk record removal
-
Used
cortezaproject/corteza-ext
instead ofcortezaproject/corteza-config
for initial provisioning -
Full implementation of record value sanitization and filtering for all field types
-
Enabled (previously experimental) private data (user’s email & name) masking
-
Record exporting now includes system fields
-
Improve stability (db, concurrent processes)
-
Better support for timezones
-
Action (audit) log
-
Support signature-in-path for sink endpoint
-
Upgrade to go 1.14
-
Denis Arh
-
Tomaž Jerman
Corteza Corredor Automation Server
-
Ported to TypeScript
-
Added ability to bundle (via webpack) frontend scripts on the fly
-
Scripts (code) is no longer transferd over the wire but stored on filesystem accessible by Corteza
-
Restructured scripts (wraped in a method) to allow (unit) testing
-
Added ability to install dependencies (through yarn) on the fly
-
Improved ability to capture log output from scripts
-
Added ability to load (3rd party) scripts as extensions and overload them if needed
-
Improved input/output data encode/decode procedures
-
Denis Arh
-
Peter Grlica
-
Tomaž Jerman
Corteza Web applications (clients)
-
Split
corteza-webapp-common
tocorteza-vue
andcorteza-js
and port most of the code to TypeScript -
Various minor UI improvements on all frontend clients
-
Added support for new automation scripts on clients
-
Added support for UI hooks (placeholders for buttons, generated from manual automation scripts)
-
Added ability to clone records
-
Refactored page blocks & module field components
-
Improved page grid rendering and UI
-
Improved client-side record value validation
-
Improved record-list block, add support for (multi) selection
-
Improve page-block selector on page builder
-
Mayor performance improvements (through Object.freeze)
-
Chart improvements, support for funnel and gauge types
-
More powerful record list block
-
Added Metric page block
-
Added record browser tool for admins
-
Denis Arh
-
Tomaž Jerman
-
Jože Fortun
-
Peter Grlica
-
Mia Arh