ARMmbed / sockets

mbed sockets library abstraction layer
Other
6 stars 18 forks source link

V0.1.3 Introduces Breaking Changes #15

Closed bridadan closed 9 years ago

bridadan commented 9 years ago

Problem: In v0.1.3, breaking changes were introduced into the API. Specifically, the function getImpl() was removed from SocketAddr.h. Instead of incrementing the revision number, the minor number should have been increased.

This caused an issue when building connector-mbed-client. If you pull the latest version of the project, the build fails here.

Potential Resolution: Push a release with a higher revision number that reverts this change. Then, push a new release with an incremented minor number that adds the changes that had to be reverted.

bremoran commented 9 years ago

I can update the API as you request, however a better solution would be for connector-mbed-client to update its API.

yogpan01 commented 9 years ago

@bremoran @bridadan : The fix was done on lwm2m-client by using the updated API. I hope the problem is now solved.

rainierwolfcastle commented 9 years ago

ARM Internal Ref: IOTSFW-995