gfile v0.1.0 Release Notes

Release Date: 2019-04-08 // about 5 years ago
  • ๐Ÿ”„ Changelog

    6f6246b Added 'bench' command
    ๐Ÿ“ฆ 840080c Added Stats package
    โœ… 2bfc42e Added bench tests
    ๐ŸŒฒ ab14188 Added log to receiver
    ๐ŸŒฒ b6f5661 Added logging for sender
    โœ… 72f9fd5 Added main() tests
    470f862 Added more API flexibility
    c37bff2 Cleaned WASM code
    ๐Ÿ›  693d40d Fixed dependencies
    ๐Ÿ›  fae0edc Fixed DataRaces
    ๐Ÿ›  4439399 Fixed codacy
    ๐Ÿ›  cc20754 Fixed code duplication
    ๐Ÿ‘• 1685c7e Fixed linter
    ๐Ÿ‘• c41f7db Fixed linter
    ๐Ÿ‘• 3f16a01 Fixed linter false positive
    ๐Ÿ›  b9af48c Fixed stats copy
    โœ… eb3f63d Fixed tests
    b819920 Improved outputs
    โœ… b20927e Improved test coverage
    0d6c7fb Improvements
    ๐Ÿšš f66992c Moved 'utils' from 'internal/' to 'pkg/'
    b68be71 Refacto, clean repo
    ๐Ÿšš d2c04c2 Removed http stuff
    96ffd5c Should now be able to send data
    ๐ŸŒ 51595e8 Started to work on Web Client
    42eb50c Still working on webasm
    15f6b48 Switch to pion/webrtc v2
    4b03ca7 Switched from pions to pion
    โšก๏ธ 4cc1d7a Updated Main() tests
    โšก๏ธ 338a081 Updated README.md
    โšก๏ธ ef90043 Updated dependencies
    โšก๏ธ 11c8896 Updated dependencis, fixed linter
    a035188 Working on WASM
    โœ… 02c5a8f Wrote StripSDP tests
    โœ… 1eb9805 Wrote small file exchange test


Previous changes from v0.0.2

  • ๐Ÿ”„ Changelog

    โœ… 01f6403 Added HTTP tests
    0a02c8c Added coverage badge
    ๐Ÿ›  a35eee7 Fixed CI/CD
    ๐Ÿ›  4361c41 Fixed gomod
    โœ… ea0af8b Fixed race condition in http_test
    947da8c Now compressing SDP with gzip
    65eff63 Reduced size of SDP even more
    โœ… 0069080 Refacto, working on tests
    ๐Ÿšš 0e5ea54 Removed curl / gfile sdp commands
    ๐Ÿšš 82655a0 Removed the use of 'curl'
    โœ… f9790dd Temporarily commented session test
    โšก๏ธ fea762d Updated dependencies