Releases: BetterCorp/better-service-base
Releases · BetterCorp/better-service-base
v8.3.2
Updated tag definitions for quicker/easier reference
v8.3.1
Updated BSB dockerfile.
Output lang specific docker files now
v8.3.0
Added reportTextStat to logging
This will allow log type specific messages that are specifically for reporting - ie: web requests/db requests - where you need a bit more than a number in the stat.
That log message then can be specifically parsed for staticstics vs a standard log.
This also allows you to segregate the logging - log types - for easier classification
v8.2.2
Additional bugfix for mappedPluginNames. Client plugin specific
v8.2.1
Bugfix for mapped plugin names.
They were not passed through on plugin creation causing mapped plugins (where plugin name != active plugin name to have a blank config
v8.2.0
Plugin CWD added to all methods.
This can be used for content specific files / files in the plugin dir.
v8.1.2
Merge pull request #7 from BetterCorp/develop
Build fixes, docs updates, and added new platforms in prep.
v8.1.1
Some fixes and updates - minor
v8.1.0
Merge pull request #6 from BetterCorp/develop
before/after plugin run orders
v8.0.9
Added if statement for publish cdn updates