Skip to content

Releases: ipfs-shipyard/gomobile-ipfs

v1.10.1

06 Dec 17:31
Compare
Choose a tag to compare

1.10.1 (2022-12-06)

Bug Fixes

  • .editorconfig: Use 'unset' instead of 'none' to ignore. Also ignore javadoc. (7880a8c)

v1.10.0

30 Nov 10:35
Compare
Choose a tag to compare

1.10.0 (2022-11-30)

Bug Fixes

  • Build iOS Example (a737c2c)
  • bump go ci to 1.17 (ecee9c8)
  • ci cache (7039c4d)
  • In testConfig, don't configure MDNS with Interval:10 (so that the final config is the same as the backup). (aafe091)
  • INSTALL.md: Remove Go 1.17 and macOS 10.15. Add Go 1.19. (b618910)
  • link.yml: Remove go mod vendor. (be2432f)

Features

  • bump to kubo 16 & libp2p 23 (f5e98d1)

v1.9.0

25 Oct 13:50
Compare
Choose a tag to compare

1.9.0 (2022-10-25)

Features

  • implement request using InpuStream on Android and go (2af8078)
  • implement request using InpuStream on iOS (533fd5c)

v1.8.0

20 Oct 15:34
Compare
Choose a tag to compare

1.8.0 (2022-10-20)

Features

  • Add core.NodeConfig with ProximityDriver. Change NewNode to use it. (7f1d1ff)
  • Implement Java NetDriver and MDNSLockerDriver. (f23c6aa)

v1.7.6

17 Oct 16:16
Compare
Choose a tag to compare

1.7.6 (2022-10-17)

Bug Fixes

  • Update go.mod berty/mobile version. Fix Swift calls to send(). (a7b8143)

v1.7.5

13 Sep 19:31
Compare
Choose a tag to compare

1.7.5 (2022-09-13)

Bug Fixes

  • Remove dnsconfig* . Set net.DefaultResolver in NewNode. (86863cf)

v1.7.4

06 Sep 15:11
Compare
Choose a tag to compare

1.7.4 (2022-09-06)

Bug Fixes

  • Fix to maven_format_core.py for Java > 1.8. (1e16e72)
  • In bledriver/Scanner.java, we don't need to check the build version. (Already done by the Manifest.) (1d2941e)
  • In values/strings.xml, Lint says that "app_name" is unused, but it is. So ignore the warning. (9537f9d)
  • Indentation warnings from EditorConfig lint. (19dab7a)
  • lint.yml: After installing sdkmanager, install Java 11. (04571c7)
  • Make static method StringUtil.format to avoid lint warnings for Locale with "%d". (90c084d)
  • Move Bluetooth permissions from android/app to android/bridge. (f80d43e)
  • node_test.go: Simplify tests. (Go lint) (3ce9353)
  • node.go: Remove unused imports and dead code, catch err in deferred func (Go lint) (4342217)
  • release.yml: Add starting space in comment (Yaml lint) (113c9e2)
  • Spacing warnings from Swift lint (02edf1d)
  • Wrap long lines (or ignore warning), fix indents (Yaml lint) (640c556)

v1.7.3

23 Aug 13:06
Compare
Choose a tag to compare

1.7.3 (2022-08-23)

Bug Fixes

  • In Manifest.yml, give the bintray_url for maven (eec9875)

v1.7.2

23 Aug 13:00
Compare
Choose a tag to compare

1.7.2 (2022-08-23)

Bug Fixes

  • In testCatFile, fetch a reliable sample file. (3dc6933)

v1.7.1

09 Aug 12:23
Compare
Choose a tag to compare

1.7.1 (2022-08-09)

Bug Fixes

  • Update bug_template to be more like the one at go-ipfs-log (c76c94d)