Thanks to visit codestin.com
Credit goes to github.com

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: influxdata/influxdb-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.0
Choose a base ref
...
head repository: influxdata/influxdb-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.40.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 5 contributors

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    2f9e5ed View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. feat: task pagination (#616)

    Sciator authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0c60b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    512e330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5afd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix: prevent creating unnecessary threads repeatedly (#562)

    * fix: prevent creating unnecessary threads repeatedly
    
    Use ThreadPoolScheduler for WriteApi batch subject instead of TimeoutScheduler.
    
    Fixes #561
    
    * docs: Update CHANGELOG.md
    
    * docs: update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Jakub Bednář <[email protected]>
    goznauk and bednar authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8286f45 View commit details
    Browse the repository at this point in the history
  2. feat: Add __eq__ implementation to class Point (#625)

    * feat: Add `__eq__` implementation to class Point
    
    * docs: Add Changelog Entry
    
    * docs: Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Jakub Bednář <[email protected]>
    hf-kklein and bednar authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    024c1b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#627)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d7181fa View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix: logging http requests without query parameters (#631)

    * fix: logging http requests without query parameters
    
    * docs: update CHANGELOG.md
    bednar authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4f1ab87 View commit details
    Browse the repository at this point in the history
  2. fix: render README.rst at GitHub (#635)

    * fix: render README.rst at GitHub
    
    Removed unsupported text role :class:. For more info see https://docutils.sourceforge.io/docs/ref/rst/roles.html
    
    * docs: update CHANGELOG.md
    bednar authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    17c7876 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    903d9b7 View commit details
    Browse the repository at this point in the history
Loading