Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: testcontainers-v4.9.0
Choose a base ref
...
head repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: testcontainers-v4.9.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 12, 2024

  1. fix(mysql): add dialect parameter instead of hardcoded mysql dialect (#…

    …739)
    
    closes
    #727
    
    * add parameter `dialect`;
    * tests fixing and add some assertions
    nightblure authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    8d77bd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. fix(tests): replace dind-test direct docker usage with sdk (#750)

    fix: #749
    
    Replace using `subprocess.run` in the **dind** test with SDK to avoid
    the direct call to docker that enforces the developer to run _sudoless_
    docker.
    Tranquility2 authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    ace2a7d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    78b137c View commit details
    Browse the repository at this point in the history
  2. chore(main): release testcontainers 4.9.1 (#748)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.9.1](testcontainers-v4.9.0...testcontainers-v4.9.1)
    (2025-01-21)
    
    
    ### Bug Fixes
    
    * milvus healthcheck: use correct requests errors
    ([#759](#759))
    ([78b137c](78b137c))
    * **mysql:** add dialect parameter instead of hardcoded mysql dialect
    ([#739](#739))
    ([8d77bd3](8d77bd3))
    * **tests:** replace dind-test direct docker usage with sdk
    ([#750](#750))
    ([ace2a7d](ace2a7d))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    9317736 View commit details
    Browse the repository at this point in the history
Loading