Skip to content

Latest commit

 

History

History
406 lines (342 loc) · 22.4 KB

CHANGELOG.rst

File metadata and controls

406 lines (342 loc) · 22.4 KB

Changelog

1.1.1 (07/07/2023)

  • fix: remove duplicate compare_type from alembic config
  • fix: make sure we don't initialize the DB connector twice

1.1.0 (05/01/2023)

  • fix: update dependencies and fix unit tests #352
  • fix: platform.dist is no longer part of the std lib
  • fix: adapt send_file usage

1.0.0 (11/06/2022)

  • BREAKING: the single and version options within the [Global] section have been removed in favor of a new unified backend option
  • BREAKING: a change introduced by #284 may return wrong timestamps for backups made with burp-server <= 2.1.10 if your current burp-server is >= 2.1.10
  • BREAKING: the authentication backends section have been renamed with the :AUTH suffix
  • BREAKING: the prefix option has been moved from the [Global] configuration section to the [Production] one
  • Add: new audit logging system
  • Add: new bui-monitor processes pool + async backend to parallelize some requests #278
  • Add: new listen and listen_status options in burp-2.2.10 #279
  • Add: new order keyword in ACL definitions in order to decide whether rw should be evaluated first or not #305
  • Add: new exclude keyword in ACL definitions in order to exclude some clients from the rules #305
  • Add: new static templates that allow you to create onetime (variables) templates #280
  • Add: return last backup attempt #309
  • Add: allow to hide selected clients/servers #282
  • Add: allow to delete clients data upon removal #232
  • Add: allow to create clients from templates in one call #266
  • Add: allow to rename clients/templates #274
  • Add: allow to set a custom timezone in which to display UI dates #329
  • Fix: sync pkgs requirements with burp-ui's #300
  • Fix: wrong command suggestion #296
  • Fix: allow templates removal #290
  • Fix: don't preload LDAP users #270
  • Fix: don't screw up configuration files #333
  • Fix: issue #268
  • Full changelog

0.6.6 (04/02/2019)

  • Fix: python 3.7 compatibility #304
  • Fix: agent cannot start #302

0.6.5 (03/27/2019)

  • Fix: packaging issue

0.6.4 (03/26/2019)

  • Fix: sync pkgs requirements with burp-ui's #300

0.6.3 (03/13/2019)

  • Fix: don't preload LDAP users #270

0.6.2 (03/05/2019)

  • Fix: wrong command suggestion #296
  • Fix: allow templates removal #290
  • Fix: support burp-2.2.16 #291
  • Fix: issue #268

0.6.1 (05/17/2018)

  • Improvement: Don't cache any data when there is a running backup
  • Fix: cannot display bui-agent version
  • Fix: live-monitor was broken do to a missing cache
  • Full changelog

0.6.0 (05/14/2018)

0.5.1 (05/26/2017)

  • Fix: handle non ascii chars in the browser view
  • Fix: issue #215
  • Fix: issue #218

0.5.0 (05/09/2017)

  • BREAKING: the standalone option has been renamed to single for less confusion
  • BREAKING: the bui-agent has now its own independent package to reduce dependencies
  • Add: Spanish translation thanks to Pablo
  • Add: reverse_proxy option while running through gunicorn
  • Add: OS detection for burp 2
  • Add: customizable reports
  • Add: persistent storage for user preferences if SQL storage enabled
  • Add: rate-limiting of the API
  • Add: new diag and sysinfo commands to help you diagnose issues
  • Improvement: the SQL storage will detect out-of-sync schemas and disable itself if needed (with a log message)
  • Improvement: speedup the calendar view
  • Improvement: more complete user panel (#185, #184, #182, #132)
  • Fix: issue #186
  • Fix: issue #192
  • Fix: issue #194
  • Fix: issue #196
  • Fix: issue #198
  • Fix: issue #210
  • Various bugfix
  • Full changelog

0.4.4 (01/02/2017)

0.4.3 (12/28/2016)

  • Fix: issue #186
  • Fix: issue #188
  • Fix: issue #190
  • Fix: missing configuration in docker image
  • Fix: help troubleshooting some errors
  • Fix: missing vss_strip binary
  • Fix: encoding error that made unable to browse backups with burp1 backend

0.4.2 (12/16/2016)

  • Fix: bui-agent was broken
  • Fix: handle i18n exceptions
  • Fix: enable db migration only when needed
  • Fix: wrong escape in translation

0.4.1 (12/15/2016)

  • BREAKING: Use the new Flask's embedded server by default means no more SSL (HTTPS) support without a dedicated application server
  • Fix: issue #156
  • Fix: issue #157
  • Fix: issue #165
  • Fix: issue #176
  • Fix: issue #181
  • Fix: issue #182
  • Various bugfix
  • Full changelog

0.4.0 (11/23/2016)

  • BREAKING: The database schema evolved. In order to apply these modifications, you MUST run the bui-manage db upgrade command after upgrading
  • BREAKING: Plain text passwords are deprecated since v0.3.0 and are now disabled by default
  • BREAKING: The default version setting has been set to 2 instead of 1
  • Add: new bui-manage setup_burp command
  • Add: new docker image
  • Add: manage user sessions
  • Add: French translation
  • Fix: issue #151
  • Fix: issue #154
  • Fix: issue #158
  • Fix: issue #163
  • Fix: issue #164
  • Fix: issue #166
  • Fix: issue #169
  • Fix: issue #171
  • Fix: issue #172
  • Fix: issue #173
  • Fix: issue #174
  • Various bugfix
  • Full changelog

0.3.0 (08/15/2016)

0.2.1 (05/17/2016)

0.1.3 (02/20/2016)

0.1.2 (02/18/2016)

  • Fix: duration computation
  • Fix: issue #104
  • Fix: issue #105
  • Fix: issue #106

0.1.1 (02/17/2016)

  • Fix: burp2 backend issue
  • Fix: Debian wheezy compatibility
  • Fix: sample configuration files location
  • Better calendar readability

0.1.0 (02/15/2016)

0.0.7.3 (09/26/2015)

  • Fix: issue #77
  • Doc

0.0.7.2 (09/01/2015)

  • Fix: issue #73
  • Fix: issue #74
  • Doc

0.0.7.1 (08/22/2015)

0.0.6 (12/15/2014)

0.0.5 (09/22/2014)

0.0.4 (09/07/2014)

  • Add: ability to download files directly from the web interface
  • Full changelog

0.0.3 (09/02/2014)

0.0.2 (08/25/2014)

0.0.1 (08/25/2014)

  • Initial release