Skip to content

Releases: monte-carlo-data/apollo-agent

v0.2.3

20 Dec 00:50
e39a3e8
Compare
Choose a tag to compare

What's Changed

  • #55 - Add support for SAP Hana
  • #56 - Make CloudFormation and Terraform infra details output consistent
  • #57 - Enable fetching upgrade logs even if remote upgrades are disabled (ro operation)
  • #58 - Add support for PowerBI

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Dec 18:17
1c4849a
Compare
Choose a tag to compare

What's Changed

  • #48 Add support for Azure SQL Database
  • #47 New endpoints to retrieve logs for Lambda and CloudRun agents
  • #52 Update SQL Server client to use pyodbc.
  • #53 Lambda Direct Update for AWS Agent
  • #51 Tableau proxy client

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Dec 01:01
e27d863
Compare
Choose a tag to compare

What's Changed

  • #44 Add agent support for azure dedicated sql pool
  • #46 Publish lambda image to Dockerhub

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Dec 22:31
8ca31da
Compare
Choose a tag to compare

What's Changed

  • #17 Bump werkzeug from 2.3.7 to 3.0.1
  • #19 Logging improvements
  • #21 Add flask-compress to automatically compress responses
  • #22 Updated pyarrow to resolve CVE-2023-47248
  • #14 Redshift proxy client
  • #23 Add azure storage implementation
  • #25 Relax dependency requirements
  • #26 Postgres proxy client
  • #24 Added endpoint to get outbound ip address
  • #28 SQL Server proxy client
  • #29 Server client error and relax version requirement for pymssql
  • #30 Fix invalid execute params type for SQL Server proxy client
  • #31 Snowflake Proxy Client
  • #32 snowflake-connector dependency changed to >=3.1.0
  • #27 MySQL proxy client
  • #33 Oracle DB proxy client
  • #35 Fix pyright linter failures in CI
  • #34 Teradata proxy client
  • #36 Support responding with pre-signed URLs
  • #37 dbt Cloud client
  • #39 Build lambda image for ECR
  • #40 Snowflake error detecting the version of libcrypto
  • #38 CloudFormation self-update
  • #41 Fix oscrypto dependency in requirements.in
  • #42 Fix git clone error in Lambda agent
  • #43 Added support for decimal type serialization
  • #45 Added support for bytes data type

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Oct 17:21
b25750c
Compare
Choose a tag to compare

The first beta release for MonteCarlo Data Collector Agent!!

What's Changed

  • #1 Initial version with BigQuery support
  • #3 Add Network tests and health endpoints
  • #4 Add LICENSE.md
  • #2 Add Databricks client
  • #5 Add storage clients: GCS and S3
  • #6 Add pyright static type checker
  • #8 Agent as a Lambda Function
  • #9 Add support for self-updating GCP Agents
  • #7 Add Looker client
  • #10 Add Looker git client
  • #11 Setup code owners
  • #12 Increase gunicorn timeout
  • #13 Store all files inside a folder named mcd in the bucket
  • #15 Update image env var when updating the GCP agent
  • #18 Improved how we obtain the current image attribute for the GCP service
  • #16 Update README with License and Security files

Full Changelog: v0.0.0...v0.1.0