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: googleapis/nodejs-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: googleapis/nodejs-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 6 contributors

Commits on Jan 13, 2022

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

Commits on Jan 14, 2022

  1. feat: add Autoscaling API (#963)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 410080804
    
    Source-Link: googleapis/googleapis@0fd6a32
    
    Source-Link: googleapis/googleapis-gen@788247b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzg4MjQ3YjdjYmRhNWIwNWYyYWM0ZjZjMTNmMTBmZjI2NWUxODNmMCJ9
    gcf-owl-bot[bot] authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    86d21e8 View commit details
    Browse the repository at this point in the history
  2. docs: stop publishing autogenerated gapic and protobuf docs (#952)

    The Bigtable data protocol is substantially different from it's api and cannot
    be expressed using GAPIC generator alone. Instead a manually written layer
    was created to sit on top of the raw gapic & protobuf apis. Thus our public surface
    is the manual layer, while the autogenerated code is considered an internal
    implementation detail. To avoid confusing users, we should stop publishing
    docs for internal apis.
    
    Co-authored-by: kolea2 <45548808+kolea2@users.noreply.github.com>
    igorbernstein2 and kolea2 authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0f28853 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

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

Commits on Jan 18, 2022

  1. fix: add close() in the wrapper (#986)

    * fix: add close in the wrapper
    
    * fix format
    
    * fix
    
    * return one type
    
    * simplify code
    
    * clean up code
    mutianf authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    839f429 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.9.0 (#985)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.9.0](v3.8.0...v3.9.0) (2022-01-18)
    
    
    ### Features
    
    * add Autoscaling API ([#963](#963)) ([86d21e8](86d21e8))
    
    
    ### Bug Fixes
    
    * add close() in the wrapper ([#986](#986)) ([839f429](839f429))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    b523ba5 View commit details
    Browse the repository at this point in the history
Loading