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: embulk/embulk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: embulk/embulk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maintain-v0.9
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 24, 2019

  1. Release v0.9.23

    Dai MIKURUBE committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    60e1142 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Back-port new v0.10 APIs to v0.9

    * org.embulk.spi.Exec.getTransactionTimeInstant()
    * org.embulk.spi.Exec.getPageBuilder(BufferAllocator, Schema, PageOutput)
    * org.embulk.spi.Exec.getPageReader(Schema)
    
    * org.embulk.spi.ExecSession#getTransactionTimeInstant()
    * org.embulk.spi.ExecSession#getTransactionTimeString()
    * org.embulk.spi.ExecSession#getPageBuilder(BufferAllocator, Schema, PageOutput)
    * org.embulk.spi.ExecSession#getPageReader(Schema)
    
    * org.embulk.spi.PageBuilder#setTimestamp(Column, Instant)
    * org.embulk.spi.PageBuilder#setTimestamp(int, Instant)
    
    * org.embulk.spi.PageReader#getTimestampInstant(Column)
    * org.embulk.spi.PageReader#getTimestampInstant(columnIndex)
    
    * org.embulk.spi.time.Timestamp.ofString(String)
    Dai MIKURUBE committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9c301ba View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Add com.fasterxml.jackson.datatype.jdk8 in parent_first_packages in v…

    …0.9.24
    Dai MIKURUBE committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    0943b57 View commit details
    Browse the repository at this point in the history
  2. Backport v0.9.24

    Dai MIKURUBE committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    eba6684 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1490 from embulk/backport-v0.9.24

    Backport v0.9.24
    dmikurube authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f7cfa52 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Warn for v0.11.0 in v0.9.25 as embulk-latest.jar

    Dai MIKURUBE committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    14cf28f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Change the warning message for v0.10.48 and later

    Dai MIKURUBE committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d9aee6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1606 from embulk/warn-for-v0.11-in-v0.9

    Warn for v0.11.0 in v0.9.25 as embulk-latest.jar
    dmikurube authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9917fb3 View commit details
    Browse the repository at this point in the history
Loading