Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Releases: rapid7/conqueso

0.5.0

29 Jan 19:08

Choose a tag to compare

Deprecated winston.transports.DailyRotateFile

  • Backwards compatibility is maintained by removing the logging.type setting in server/config/settings.json

0.4.4

25 Feb 04:05

Choose a tag to compare

Display roles even with 0 instances
Allow empty values
Various bug fixes

0.4.2

07 Oct 15:49

Choose a tag to compare

Fixes a bug where instance IPs are not sorted

0.4.1

03 Oct 01:39

Choose a tag to compare

Fixes a bug where instance ips show up empty

0.4.0

02 Oct 21:27

Choose a tag to compare

Fixes a bug where creating indices will fail on startup
Removed clustering
Updated libraries
Exposed PUT and DELETE APIs
Consolidated properties-web (private API) with the public one -- added documentation for new API features.

0.3.10

12 Jun 17:13

Choose a tag to compare

Added labels to instance list to clearly see which is oldest and youngest.
Added server info (version, dependency version, etc.) to the UI for convenience.

0.3.9

11 Jun 14:57

Choose a tag to compare

Fixed an issue where migrations could fail

0.3.8

21 Apr 19:19

Choose a tag to compare

Fixed an issue where migration could fail from a clean database
Fixed a performance issue where having a large number of instances would slow down queries

0.3.7

21 Mar 15:39

Choose a tag to compare

Add support for clustering
Added an index on the Instance table for roleId and ip

0.3.6

05 Mar 00:23

Choose a tag to compare

Instance list and ips are now in createdAt order
Logs rotate daily