Skip to content

Latest commit

 

History

History
128 lines (105 loc) · 6.85 KB

CHANGELOG.md

File metadata and controls

128 lines (105 loc) · 6.85 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.7.2] - 2024-09

Fixed

  • Some user sesssions not appearing in session table due to batchWrite API limit being reached

[2.7.1] - 2024-08

Added

  • Security.md file

Fixed

  • Workspace analysis failing when pervious data is recorded in database but empty.
  • Workspace analysis failing when timestamps from user connected data doesn't exist in other metric data.
  • Workspace only reporting 24 hour period
  • Workspace not reporting tags
  • Updated micromatch to mitigate CVE-2024-4067.

[2.7.0] - 2024-07

Added

  • Workspace performance metrics
  • DynamoDB tables for workspace data and for individual user sessions
  • Auto-updating container image for most recent patches up to next minor release
  • Private subnets for Fargate container
  • Powertools logging
  • Operational insights CloudWatch dashboard
  • Support for G4DN workspaces

Fixed

  • sts token expired after one hour

[2.6.6] - 2024-07

Fixed

[2.6.5] - 2024-02

Fixed

  • Updated the base python image in the Dockerfile used to mitigate CVE-2023-47038.
  • Update pip to mitigate CVE-2023-5752.
  • Add dependency to route to mitigate race condition between internet gateway and the route to the internet gateway.

[2.6.4] - 2023-10

Fixed

[2.6.3] - 2023-09

Fixed

[2.6.2] - 2023-04

Fixed

  • Changed the Object Ownership for logging bucket from 'Object writer' to 'Bucket owner enforced' to mitigate the impact caused by new S3 default settings.
  • Updated S3 bucket policy to support access logging.

[2.6.1] - 2023-04

Added

  • Added support to block customer misconfiguration for 'Terminate Unused Workspaces' feature. The feature will terminate workspaces only on the last day of the month to avoid accidental termination due to misconfiguration.

[2.6.0] - 2023-03

Added

  • Updated the solution to use CDK V2 to generate CloudFormation templates and support CDK deployments.
  • Updated the 'Terminate Workspace' feature to accept user input for number of months to check for before terminating unused workspaces.
  • Added a retention policy of 365 days to ECS logs to optimize the costs.

Removed

  • The CFN templates from the deployment folder as we are using CDK V2 to generate templates.

[2.5.1] - 2023-01

Fixed

[2.5] - 2022-08

Added

  • Added support for AWS Organizations
  • Added VPC Endpoints for S3 and DynamoDB

[2.4.1] - 2021-10

  • Fixed the bug to get all the workspaces in a directory

[2.4] - 2021-09

Fixed

  • Fixed the bug to correctly calculate billable hours if user disconnects workspace within autostop timeout

Added

  • Feature to terminate unused workspaces
  • Generate aggregated reports
  • Feature to specify AWS Regions to monitor
  • Support for Gov cloud partition

[2.3] - 2021-06

Fixed

  • Fixed the bug to catch InvalidResourceException during the modify_workspace API Call
  • Fixed the bug to catch the Timeout error when sending solution metrics

Added

  • Feature to support using existing VPC for ECS task
  • Calculate ADMIN_MAINTENANCE hours and add it to final billable hours
  • Added new columns to the daily report
  • Improved the accuracy to calculate billable hours

[2.2.1] - 2020-04-22

Fixed

  • Removed the the api call for describe_workspace_bundles to address the throttling issue
  • Changed the metric to calculate billable hours from "Stopped" to "UserConnected"

[2.2.0] - 2019-11-12

Added

  • Made tagging case insensitive
  • Removed duplicate handler in CF