Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: hinoshiba/onamaeddns

v1.1.2

10 Mar 07:57
0500475
Compare
Choose a tag to compare

InEnglish

  • Moved path to https://github.com/hinoshiba/onamaeddns from https://github.com/hinoshiba/go-onamaeddns.

InJapanese

  • pathをhttps://github.com/hinoshiba/go-onamaeddns から、https://github.com/hinoshiba/onamaeddnsへ変更しました。

v1.1.1

08 Mar 08:24
b72c791
Compare
Choose a tag to compare

Function/機能

In English

  • Added version tag of docker image latest to the dockerhub, And Updated value of the version to latest on docker-compose.yml.

InJapanese

  • dockerhubのイメージに、latestを追加しました。そして、docker-compose.ymlが参照するバージョンをlatestに書き換えました。

RepositryOperation/運用

In English

  • Enable GitHub Actions. (Run a build check when PR.)

InJapanese

  • GitHub Actions に対応しました。(PR時にbuildのチェックが入るようになりました。)

v1.1.0

27 Jan 10:45
ef4b433
Compare
Choose a tag to compare

In English

  • Change path of import.
    • github.com/hinoshiba/go-onamaeddns/src/onamaeddns -> github.com/hinoshiba/go-onamaeddns
  • Added function of onamaeddns.DialWithContext(context.Context, string, string, string, time.Duration) (*onamaeddns.Client, error).

InJapanese

  • ImportのPATHが長いので、短くなりました
    • github.com/hinoshiba/go-onamaeddns/src/onamaeddns -> github.com/hinoshiba/go-onamaeddns
  • onamaeddns.DialWithContext(context.Context, string, string, string, time.Duration) (*onamaeddns.Client, error) が追加されました
    • 既存の、onamaeddns.Dial(....に対して、context.Contextの指定ができます

import example at v1.1.0 and upper

import "github.com/hinoshiba/go-onamaeddns" //import path is **go-**onamaeddns, but package name is **onamaeddns**.

func main() {
    ....
    onamaeddns.<Function>
    ....
}

v1.0.1

23 Jan 06:32
19bd933
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

test release: Chage import path.
github.com/hinoshiba/go-onamaeddns/src/onamaeddns -> github.com/hinoshiba/go-onamaeddns

e.g.

import "github.com/hinoshiba/go-onamaeddns" //import path is **go-**onamaeddns, but package name is **onamaeddns**.

func main() {
    ....
    onamaeddns.<Function>
    ....
}

v1.0.0

29 Nov 00:52
7a01c8a
Compare
Choose a tag to compare

In English

  • Support for go.mod.
  • Updated version of go-lang (1.17.3) on exec binary.
  • Removed workaround of sleep, Since referrer package has Fixed.

In Japanese

  • go.modへの対応が完了しました
  • 利用するgoのパッケージを更新しました
  • 参照元packageのexpect 処理がアップデートされたため、それまで必要だった謎のスリープワークアラウンドを削除できました

v0.0.1

19 Apr 15:03
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
addded script of global check